The execution of an SCP is altered by the breakpoints in effect.
● At the beginning and at the end of each execution step, the enabled breakpoints are checked and their associated statements executed.Breakpoint processing is handled as:
Breakpoint processing is interrupted:
● When theSKIP
statement is encountered (interactively or batch), the currently executing breakpoint is halted and any other breakpoints are skipped. That is, they are not processed for the current step.
● When aGO
is issued interactively, aSKIP
is implied. The lastGO
is terminated, any breakpoints are skipped and the interactive go is executed.
● TheSTOP_SCP
statement can terminate a specific SCP or all SCPs, if no specific one is identified.