ILBODBG

ILBODBG is the routine that processes the COBOL FLOW, STATE, and SYMDMP compiler options. The three options are available for object-time debugging: the statement number option (STATE), the flow trace option (FLOW), and the symbolic debug option (SYMDMP). All of the subroutines are under the control of and are serviced by this subroutine (ILBODBG).

Hints

Processing in this module should only occur during testing. If the measurement is not of a test run, you should recompile the application module without FLOW, STATE, and SYMDMP.