You can give three abend options in the CICS command.
The general syntax is:
EXEC CICS ABEND ABCODE(name) CANCEL NODUMP END-EXEC
ABCODE: When abend comes the abend code will be displayed as given in the place “name”. If we do not give EXEC CICS DUMP TRANSACTION END-EXEC, we do not get DUMP for ABEND.
CANCEL: Cancel will cancel all HANDLE ABEND instructions.
NODUMP: Allows to Abend the transaction without DUMP.
Follow Me
Get new content delivered directly to your inbox.
Related Posts