
Special DD Names Specifying the DD Statement
6-6 User Reference
SYSABEND, SYSUDUMP, and SYSMDUMP determine the kind of dump to be generated
when a job cancels. They 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.
The SYSOUT parameter must be specified with the SYSABEND, SYSUDUMP, and
SYSMDUMP ddnames. SYSOUT identifies a print class in MVS. In VSE, class A indicates
SYSLST, class B indicates SYSPCH.
The following statement calls for a standard partition dump. '// OPTION PARTDUMP' is the
VSE JCL equivalent.
* //SYSABEND DD SYSOUT=A
The following statement calls for a full supervisor and partition dump. '// OPTION DUMP' is
the VSE JCL equivalent.
* //SYSMDUMP DD SYSOUT=A
SYSIN is used to assign a logical unit to SYSIPT data. For more information, see 6-39 in this
manual.
SYSABEND,
SYSUDUMP, and
SYSMDUMP
Example
SYSIN
Komentarze do niniejszej Instrukcji