TP-BACKOUT [ABORT[(name)]|NOABORT]
ABORT(name) |
Invoke CICS ABEND to terminate task. Name specifies a formatted dump of main storage; can be literal or COBOL data name (maximum 4 characters). |
NOABORT |
Nonfunctional--allowed for compatibility with IMS. |
TP-BACKOUT
TP-BACKOUT ABORT
TP-BACKOUT NOABORT
TP-BACKOUT ABORT('PGM1')
TP-BACKOUT [ABORT|NOABORT] [CONT|NOCONT]
ABORT |
Cancel program and do not reschedule. |
NOABORT |
Default. Return next input message for processing. |
CONT |
Default. Set the TP-GOBACK flag to FALSE. |
NOCONT |
Set the TP-GOBACK flag to TRUE. |
TP-BACKOUT
TP-BACKOUT ABORT
TP-BACKOUT NOABORT
TP-BACKOUT ABORT('PGM1')