Previous Topic: Indirect Command SyntaxNext Topic: Command Syntax


Execution Flow Control

If a breakpoint is set to invoke indirect commands, when you run your program 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 the indirect commands processing, use one of the following exit commands:

BREAK

CA InterTest for CICS halts indirect commands 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.