Symptoms from SVC dumps

Use a DISPLAY DUMP operator command to get the symptoms from SVC dumps in SYS1.DUMPxx data sets on direct access or from SVC dumps that have been captured in virtual storage. The system displays the following symptoms in message IEE854I:
For example, you can issue DISPLAY DUMP to view various types of symptoms:
Using the DISPLAY DUMP,ERRDATA command (see Figure 1) , you can retrieve basic information about the dump without having to format the dump or read through the system log. Message IEE854I displays the error data information, including the PSW at the time of the error, the system abend code and reason code, and the module and CSECT involved.
Figure 1. Example: Output from DISPLAY,DUMP ERRDATA command
  d d,errdata
  IEE854I 13.01.25 SYS1.DUMP ERRDATA 745
  SYS1.DUMP DATA SETS AVAILABLE=001 AND FULL=001
  CAPTURED DUMPS=0000, SPACE USED=00000000M, SPACE FREE=00000500M
       DUMP00 TITLE=ABDUMP ERROR,COMPON=ABDUMP,COMPID=5752-SCDMP,
                    ISSUER=IEAVTABD
           DUMP TAKEN TIME=13.01.02 DATE=09/27/1996
           ERRORID=SEQ00010 CPU0000 ASID0010 TIME=13.00.55
           SYSTEM ABEND CODE=0C1  REASON CODE=00000001
           MODULE=IGC0101C CSECT=IEAVTABD
           PSW AT TIME OF ERROR=070C0000 823FE0F6 ILC=2 INT=01
           TRANSLATION EXCEPTION ADDR=008E1094
           ABENDING PROGRAM ADDR=******** RECOVERY ROUTINE=ADRECOV
           GPR 0-3   00000000  7F6EBAE4  023FFFF6  023F2BFF
           GPR 4-7   008FD088  023FEFF7  823FDFF8  7F6EC090
           GPR 8-11  00000048  7F6EC938  7F6EBA68  7F6EBA68
           GPR12-15  7F6EB538  7F6EB538  00000000  00000000
  NO DUMP DATA AVAILABLE FOR THE FOLLOWING EMPTY SYS1.DUMP DATA SETS: 01

See z/OS MVS System Commands for information about the DISPLAY operator command.