What is the difference betweeen SYSUDUMP and SYSABEND



What is the difference betweeen SYSUDUMP and SYSABEND

Postby breentha_d » Wed Jul 09, 2008 2:54 am

hi,


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


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


Thanks
breentha_d
 
Posts: 28
Joined: Mon Dec 10, 2007 2:26 am
Has thanked: 0 time
Been thanked: 0 time

Re: What is the difference betweeen SYSUDUMP and SYSABEND

Postby dick scherrer » Wed Jul 09, 2008 2:58 am

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
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to Off-Topics