Previous Topic: GO= Element LimitationNext Topic: Examples


Abend a Task Stopped at a Breakpoint

To abend a task with or without a transaction dump, enter:

CNTL=GO,TASK=taskid,Adddd[,options]
taskid

Represents the number of the task at a breakpoint. Use the CNTL=INQ command to determine the taskid.

Adddd dddd

Specifies a four‑character transaction dump code. Replace dddd with XXXX to abend the task without a dump and disable exits.

Note: A dump code of XXXX is not allowed for tasks in a MRO session. Specify A by itself to abend the task without a dump and enable the exits.

Specify the following options:

AT=locn  or  AT=X

AT=locn moves the breakpoint to a different location

AT=X disables the breakpoint