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 

What is SYSOUT=S

 
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
to_agrawals
Beginner


Joined: 12 Dec 2002
Posts: 26
Topics: 16

PostPosted: Tue Jul 29, 2003 11:52 pm    Post subject: What is SYSOUT=S Reply with quote

Hi Team,
Just curious, what does SYSOUT=S signify. I mean where does the output go...? Question

We have a code which looks like :

Quote:


//OREPORT1 DD,SYSOUT=&RPT1B20,,
// DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330)


where RPT1B20='S',
Back to top
View user's profile Send private message Send e-mail
to_agrawals
Beginner


Joined: 12 Dec 2002
Posts: 26
Topics: 16

PostPosted: Tue Jul 29, 2003 11:54 pm    Post subject: Reply with quote

In addition, just curious, can we specify more than one SYSOUT options for a output...I mean suppose I wish that an output should go to printer and as well get written to a file, what would the sysout look like...???
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


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

PostPosted: Wed Jul 30, 2003 5:59 am    Post subject: Reply with quote

to_agrawals,

Code:

//OREPORT1 DD,SYSOUT=S,
// DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330)


The DD statement OREPORT1 specifies that JES is to write the sysout data set to the device handling class S output. These output classes are shop specific.

Check this link for a detailed explanation of SYSOUT parameter.

see the examples also

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bob_buxton
Beginner


Joined: 20 Dec 2002
Posts: 44
Topics: 0
Location: Hampshire, England

PostPosted: Fri Aug 01, 2003 4:32 am    Post subject: Reply with quote

Look at the // OUTPUT JCL statement which allows you to send multiple copies of a printout to different locations.

If you want both a data set and printout the easiest approach is to write the output to a data set and then have a separate job step to print the data set.
_________________
Bob Buxton
Ex Websphere MQ for zOS development
Back to top
View user's profile Send private message
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