Previous Topic: The Indirect Commands FacilityNext Topic: Attach the Indirect Command to Breakpoints


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:

RUN—CA InterTest for CICS resumes program execution at the breakpoint location from which the indirect commands were invoked and ignores all subsequent breakpoints.