Suppressing Dumps for Specific ABEND Codes

About this task

Use the following procedure if you want to suppress the dump for specific ABEND codes.

Procedure

  1. Add the ABEND code for which you want to suppress dumps to the ABEND codes list defined in the ABEND.CODES.NODUMP parameter.
  2. Set the ABEND.RUNTASK parameter to ABEND.CODES.NODUMP. Following is an example:
    ABEND.CODES.NODUMP => (SX37 SX13 U0728 SXD9 S9FC)
    ABEND.RUNTASK => ABEND.CODES.NODUMP