Page 1 of 1

What is the difference betweeen SYSUDUMP and SYSABEND

PostPosted: Wed Jul 09, 2008 2:54 am
by breentha_d
hi,


I Would like to know what does it mean by the following statement:


SYSUDUMP DD SYSOUT = *
SYSABEND DD SYSOUT =*
SYSPRINT DD SYSOUT =*


Thanks

Re: What is the difference betweeen SYSUDUMP and SYSABEND

PostPosted: Wed Jul 09, 2008 2:58 am
by dick scherrer
Hello,

Those are just different dd statements for queued output.

SYSUDUMP and SYSABEND are 2 kinds of dumps that may be produced by the system.

SYSPRINT is used for "normal" printout in many programs.

This has more info:
http://publibz.boulder.ibm.com/cgi-bin/ ... 0423085347