Halting when certain LangX COBOL programs are called
Example: sample LangX COBOL program for debugging
To halt after the COB03AO routine is called, enter the following command:
AT ENTRY COB03AO ;
The AT CALL
command is not supported for LangX
COBOL routines. Do not use the AT CALL
command to
halt z/OS® Debugger when
a LangX COBOL routine is called.