Previous Topic: CNTL CommandsNext Topic: Continue Processing During Breakpoint Processing Until Specified Verbs Are Executed


Continue Processing During Breakpoint Processing

To continue processing from either the current line or a specified line number or label until the next breakpoint is encountered, an abend occurs, or the program runs to normal completion, enter:

GO line‑number | label
Line‑number

Indicates any line number within an ASSEMBLER, COBOL, or PL/1 program from which you want the execution to continue.

Default: The current statement.

Label

Indicates any valid paragraph or procedure label within an ASSEMBLER, COBOL, or PL/1 program (up to 31 characters in length) from which you want the execution to continue.

Default: The current statement.

Note: GO is available only during breakpoint processing.