Loading...
Select Version
&pagelevel(3)&pagelevel
With %RESUME you start the loaded program or continue it at the interrupt point or the point specified in the %JUMP command. The program executes without tracing.
%RESUME terminates all active %TRACE commands, whereas %CONTINUE has no effect on %TRACE.
Command | Operand |
%R[ESUME] |
If a %RESUME command is contained within a command sequence or subcommand, any commands which follow it will not be executed.
If the %RESUME command is the only command in a subcommand, the execution counter is incremented and any active %TRACE deleted.
The %RESUME command alters the program state.