Previous Topic: Abend a Task Stopped at a BreakpointNext Topic: How to Produce CA InterTest for CICS Reports


Examples

To abend task number 54321 with a dump and a transaction dump code of DMP1, enter:

CNTL=GO,TASK=54321,Admp1

To abend task number 54321 without a dump, enter:

CNTL=GO,TASK=54321,AXXXX

To abend the current task with a dump and move the current breakpoint to statement number 128, enter:

CNTL*Admp1,AT=#128

To abend the current task without a dump, enter:

CNTL*AXXXX