
DD Statement Names
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
6-9
SYSABEND,
SYSUDUMP,
SYSMDUMP
SYSABEND, SYSUDUMP, and SYSMDUMP
determine the kind of dump that is produced when a
job cancels. Their parameters are similar to the
DUMP and PARTDUMP parameters of the VSE
OPTION statement.
SYSABEND and SYSUDUMP specify a
standard partition dump.
SYSMDUMP specifies a full supervisor and
partition dump.
You must specify the SYSOUT parameter with the
SYSABEND, SYSUDUMP, and SYSMDUMP
ddnames. In MVS, SYSOUT identifies a print class.
In BIM-EPIC, class A indicates SYSLST, class B
indicates SYSPCH.
The following statement calls for a standard
partition dump. The VSE JCL equivalent is
// OPTION PARTDUMP.
* //SYSABEND DD SYSOUT=A
The following statement calls for a full supervisor
and partition dump. The VSE JCL equivalent is
// OPTION DUMP.
* //SYSMDUMP DD SYSOUT=A
SYSIN Use SYSIN to assign a logical unit to SYSIPT data.
Name Description
Commentaires sur ces manuels