ABEND.RUNTASK = (DUMP | ABEND.CODES.NODUMP)

This parameter specifies whether to refer to ABEND.CODES.NODUMP for ABEND codes when suppressing dumps.

Value Description
DUMP System dumps when a RUNTASK ABENDs. This value is the default.
ABEND.CODES.NODUMP An ABEND dump is generated instead of a system dump. Searches the ABEND.CODES.NODUMP list for a match. If the ABEND code is found, the dump is suppressed. If the ABEND code is not found, the system dump continues.

Modifiable through MODIFY INITPARMS command: YES