SYSOUT=(1,,MYSI)



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

SYSOUT=(1,,MYSI)

Postby richamehra07 » Tue Jan 29, 2013 6:50 pm

Hi,

can someone explain me what is the use of SYSOUT=(1,,MYSI) in jcl.
In JCL code is like
//MYSI07F DD SYSOUT=(1,,MYSI),
// DCB=(RECFM=FBA,LRECL=133,BLKSIZE=6118)
//
Please explain what does it means.

Thanks in advance.

Thanks,
Richa Mehra
richamehra07
 
Posts: 2
Joined: Tue Jan 29, 2013 6:47 pm
Has thanked: 3 times
Been thanked: 0 time

Re: SYSOUT=(1,,MYSI)

Postby BillyBoyo » Tue Jan 29, 2013 8:08 pm

Consult colleagues, your immediate superior, your support, look at the JCL reference for possibilities, but it is likely a site-specific thing, or something necessary for a Vendor's package.

These users thanked the author BillyBoyo for the post:
richamehra07 (Wed Jan 30, 2013 12:07 pm)
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: SYSOUT=(1,,MYSI)

Postby c62ap90 » Tue Jan 29, 2013 8:13 pm

See, for example, SYSOUT Parameter, Syntax, and Subparameter Definition. Ask someone you work with where the output is printed using " (1,,MYSI)".
http://publib.boulder.ibm.com/infocente ... dsysot.htm

These users thanked the author c62ap90 for the post:
richamehra07 (Wed Jan 30, 2013 12:07 pm)
c62ap90
 
Posts: 125
Joined: Thu Oct 11, 2012 10:24 pm
Has thanked: 1 time
Been thanked: 7 times

Re: SYSOUT=(1,,MYSI)

Postby Robert Sample » Tue Jan 29, 2013 8:14 pm

Your question is answered, quite thoroughly, in the JCL Reference manual which can be reached via the link to IBM Manuals at the top of this page. However, if you want to know the specific meanings of 1 and MYS1 -- those are entirely specific to your site and, as was mentioned, can only be discovered by talking to someone who works at your site.

These users thanked the author Robert Sample for the post:
richamehra07 (Wed Jan 30, 2013 12:07 pm)
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: SYSOUT=(1,,MYSI)

Postby richamehra07 » Wed Jan 30, 2013 12:06 pm

Thank you all for your reply.
richamehra07
 
Posts: 2
Joined: Tue Jan 29, 2013 6:47 pm
Has thanked: 3 times
Been thanked: 0 time


Return to JCL