MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Difference

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
ravii_cbe
Beginner


Joined: 28 Mar 2003
Posts: 6
Topics: 5
Location: Chennai

PostPosted: Fri May 09, 2003 7:34 am    Post subject: Difference Reply with quote

Can anyone tell me the difference b/w these two?

//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
_________________
Thanks & Regards
M. RaviShankar
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
CaptBill
Beginner


Joined: 02 Dec 2002
Posts: 100
Topics: 2
Location: Pasadena, California, USA

PostPosted: Fri May 09, 2003 10:03 am    Post subject: Reply with quote

Just the type of messages that will be sent there.

Some programs put messages out to SYSPRINT, other to SYSOUT, some to BOTH depending on the type of message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Fri May 09, 2003 1:09 pm    Post subject: Reply with quote

Ravi,

SYSPRINT is basically an output data set which contains informational and error messages for that particular program/utility.some of the utilities which uses sysprint as output dataset are IDCAMS, EASYTRIEVE,DB2 Utilities...

SYSOUT is an system output dataset whose attributes are defined during JES initialization.It also contains informational and error messages as well any display statements in your COBOL program.Utilities like SORT will route their error and informational messages to sysout.

Take a look at the following link for better understanding of SYSOUT.

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B630/12.59?DT=20020717145248

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group