Previous Topic: Resume Task ExecutionNext Topic: GO= Element Limitation


Examples

To specify that task 12345 resume at COBOL paragraph name TASK‑NUMBER‑FOR‑MSG, enter:

CNTL=GO,TASK=12345,C,GO=`task‑number‑for‑msg'

To specify that the task currently at a breakpoint at your terminal resume at statement number 142 and that the program execute five COBOL verbs or PL/I statements before being halted, enter:

CNTL*C,GO=#142,S=#5

To specify that task 12345 resume execution after taking a dump and that the current breakpoint be disabled, enter:

CNTL=GO,TASK=12345,Dhelp,AT=X

The transaction dump code is HELP.

To specify that task 777 resume execution at indirect command sequence number 10, enter:

CNTL=GO,TASK=777,C,EXEC=0010