IEE854I
hh.mm.ssSYS1.DUMP ERRDATA [idr]SYS1.DUMP DATA SETS

Explanation

{AVAILABLE n AND FULL m|
AVAILABLE=nnn AND FULL=mmm}

CAPTURED DUMPS=dmps,
SPACE USED=uuuuuuuuM, 
SPACE FREE=ffffffffM
{DUMPnn|DUMPID=dumpid
|dsname}
TITLE=dump-title|data set status

[DUMP TAKEN TIME=hd.md.sd
DATE=mm/dd/yyyy]

ERRORID=SEQyyyyy CPUzzzz ASIDaaaa

[TIME=hd.md.sd &cont;
DATE=mm/dd/yyyy]

{{SYSTEM|USER} &cont;
ABEND CODE={cde|ucde}
REASON CODE=reason-code}
MODULE=mmmmmmmm CSECT=cccccccc
PSW AT TIME OF ERROR = Start of changepppppppp pppppppp pppppppp ppppppppEnd of change
ILC=ilc INT=ccc
TRANSLATION EXCEPTION ADDR=Start of changeaaaaaaaa_aaaaaaaaEnd of change
ABENDING PROGRAM ADDR=ssssssss
RECOVERY ROUTINE=dddddddd
GPR 0-3   rrrrrrrr  rrrrrrrr  rrrrrrrr  rrrrrrrr
GPR 4-7   rrrrrrrr  rrrrrrrr  rrrrrrrr  rrrrrrrr
GPR 8-11  rrrrrrrr  rrrrrrrr  rrrrrrrr  rrrrrrrr
GPR 12-1  rrrrrrrr  rrrrrrrr  rrrrrrrr  rrrrrrrr

{DUMPnn|DUMPID=dumpid|dsname}
 TITLE=dump-title,
[DUMP TAKEN TIME=hd.md.sd  
DATE=mm/dd/yyyy]

ERRORID=SEQyyyyy CPUzzzz ASIDaaaa
[TIME=hd.md.sd DATE=mm/dd/yyyy]

error-text

A DISPLAY DUMP,ERRDATA command requested that the system display error data from all requested dump data sets. When DUMPID is specified, the system displays the error data for each dump that has been captured. When DSN=ALL or AUTODSN=nnn is specified, the system displays the error data for the most recent automatically allocated dump data set(s).

In the message text:
hh.mm.ss
The time when the message was issued, in hours (00 through 23), in minutes (00 through 59), and in seconds (00 through 59).
idr
A 3-digit decimal identifier. This identifier is used with the CONTROL C,D command to cancel status displays:
  • That are written on typewriter or display consoles
  • That are displayed in-line (not in display area) on display (CRT) consoles

This identifier does not appear when the display is presented in a display area on a display console.

AVAILABLE n
The number, in decimal, of available dump data sets.
FULL m
The number, in decimal, of full dump data sets.
AVAILABLE=nnn
The number, in decimal, of available dump data sets.
FULL=mmm
The number, in decimal, of full dump data sets.
CAPTURED DUMPS=dmps
The number of dumps captured.
SPACE USED=uuuuuuuuM
The number of megabytes of virtual storage used by SVC dump to hold the data obtained for captured dumps. If you are using this value to estimate the amount of DASD space which a dump can occupy, note that this value does not include storage for common data areas that are not subject to change and that will be written with the dump data to DASD. The maximum amount of space that can be used by SVC dump is limited by the MAXSPACE value, which can be changed using the CHNGDUMP command.
SPACE FREE=ffffffffM
The number of megabytes available for use by SVC dump to capture dump data. When this value is small, then either make dump data sets available so that captured dumps can be written to DASD or increase the MAXSPACE value using the CHNGDUMP command. Otherwise, the system can take only a partial dump and will lose any subsequent dumps.
DUMPnn
The suffix of the SYS1.DUMPnn name for a data set on a direct access storage device (DASD).
DUMPID=dumpid
The dump identifier displayed by system message IEA793A.
dsname
The name of an automatically allocated dump data set.
TITLE=dump-title
The title from the dump header or a message that indicates why the system could not be read the title.
DUMP TAKEN TIME=hd.md.sd
The time the dump was written, in hours (00 through 23), in minutes (00 through 59), and in seconds (00 through 59).
DATE=mm/dd/yyyy
The date when the dump was written, in months (00 through 12), in days (00 through 31) and in years (using the 4-digit year number, such as 1996 or 2150).
SEQyyyyy
The unique sequence number assigned to the error.
CPUzzzz
The processor identifier of the processor on which the error occurred.
ASIDaaaa
The address space identifier (ASID) of the address space where the error occurred.
TIME=hd.md.sd
The time associated with the ERRORID, in hours (00 through 23), in minutes (00 through 59), and in seconds (00 through 59).
DATE=mm/dd/yyyy
The date associated with the ERRORID, in months (00 through 12), in days (00 through 31) and in years (using the 4-digit year number, such as 1996 or 2150).
SYSTEM ABEND CODE=cde
System completion code from the system diagnostic work area (SDWA).
USER ABEND CODE=ucde
User system completion code from the SDWA.
REASON CODE=reason-code
The reason code from the SDWA.
MODULE=mmmmmmmm
The name of the failing load module from the SDWA.
CSECT=cccccccc
The failing control section (CSECT) name supplied by the recovery routine from the SDWA.
PSW AT TIME OF ERROR = Start of changepppppppp pppppppp pppppppp ppppppppEnd of change
The Start of change16-byteEnd of change program status word (PSW) at the time of error from the SDWA.
ILC=ilc
The interrupt length code from the SDWA.
INT=ccc
The interrupt code from the SDWA.
TRANSLATION EXCEPTION ADDR=Start of changeaaaaaaaa_aaaaaaaaEnd of change
The Start of change8-byteEnd of change translation exception address from the SDWA.
ABENDING PROGRAM ADDR=ssssssss
The address of the abending program from the SDWA.
RECOVERY ROUTINE=dddddddd
The recovery routine name from the SDWA.
GPR n-n rrrrrrrr
The content of the general registers at the time of the error from the SDWA.
error-text
One of the following:
NO DUMP DATA AVAILABLE FOR THE FOLLOWING EMPTY SYS1.DUMP DATA SETS: xx,...,xx-xx,...
ERRDATA was requested for an empty dump data set. The message lists all empty dump data sets. In the message text:
nn
The suffix of the SYS1.DUMPnn data set.
xx-xx
A range of SYS1.DUMPnn data sets.
NO DUMP DATA AVAILABLE FOR THE FOLLOWING SYS1.DUMP DATA SETS WHICH ARE UNDEFINED TO SDUMP: xx,...,xx-xx,...
ERRDATA was requested for a data set that is not defined to the system as a SYS1.DUMPnn data set. To make the data set a SYS1.DUMPnn data set, it must be available at IPL or the operator must add it with the DUMPDS command. In the message text:
nn
The suffix of the SYS1.DUMPnn data set.
xx-xx
A range of SYS1.DUMPnn data sets.
NO DUMP DATA AVAILABLE FOR THE FOLLOWING DUMPIDS: &cont; dumpid,...,dumpid
Lists the dump identifiers that have no dump data available. This is issued in response to the DUMPID parameter.
NO DUMP DATA AVAILABLE FOR aaa AUTOMATICALLY ALLOCATED DUMP DATA SETS
ERRDATA was requested for more automatically allocated dump data sets than are available on the system. ERRDATA information for aaa will not be displayed. For example, if 12 dumps have been automatically allocated and the following command was specified, data would not be displayed for 88 dumps:
D D,E,AUTODSN=100
*-*-*-ERROR. OPEN ERROR ON {SYS1.DUMPnn|dsname}
The system tried to open the dump data set to read the header record. An error occurred.
*-*-*-ERROR. READ ERROR ON {SYS1.DUMPnn|dsname}
The system tried to read the dump data set header record. An error occurred.
*-*-*-ERROR. INVALID HEADER RECORD ON {SYS1.DUMPnn|dsname}
The system ends the request for the dump data set.
*-*-*-ERROR. ALLOCATION ERROR ON {SYS1.DUMPnn|dsname}-RC rc ERROR RSN CODE=errc INFO RSN CODE=info
The system tried to allocate the dump data set to read the header record. An allocation error occurred. rc is the allocation return code. errc is the error reason code, and info is the information reason code. See z/OS MVS Programming: Authorized Assembler Services Guide for information about the SVC 99 return codes and the error reason code and information reason code.
*-*-*-ERROR. LOCATE FAILED ON dsname
dsname not found in catalog.
DATA UNAVAILABLE FOR MIGRATED DATA SET
ERRDATA was requested for automatically allocated dump data sets and this one was migrated. ERRDATA information for this dump data set will not be displayed since SDUMP will not recall it to read the data.
NO DUMP DATA AVAILABLE for aaa MIGRATED AUTOMATIC DUMP DATA SETS
ERRDATA was requested for automatically allocated dump data set, and <aaa> of them have been migrated. ERRDATA information for these dump data sets will not be displayed, since SDUMP will not recall them to read the data.

System action

The system continues processing.

Operator response

If dumpid appears in the message, use this information to respond to system message IEA793A.

Source

SVC dump

Module

IEECB910

Routing code

-

Descriptor code

5,8,9