

PL/I Advanced Monitoring Features › Set the Code Counting/Coverage Option › INTC--Indirect Commands › Code Indirect Commands › How to Control the Flow of Execution
How to Control the Flow of Execution
When running your program, if a breakpoint points to indirect commands, the commands are automatically executed without stopping first. Execution is returned to the program according to the exit command that you specified in your indirect commands.
To return execution to your program following indirect command processing, use one of the following exit commands:
- BREAK—CA InterTest for CICS halts indirect command processing and issues a breakpoint display from where the indirect commands were invoked in the program.
- GOTO—CA InterTest for CICS resumes execution at the program statement number, offset, paragraph name, or indirect command statement number specified after the GOTO command.
- EXIT—CA InterTest for CICS resumes program execution at the breakpoint location from which the indirect commands were invoked and continues debugging the program until the next breakpoint.
RUN—CA InterTest for CICS resumes program execution at the breakpoint location from which the indirect commands were invoked and ignores all subsequent breakpoints.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|