CNTRLIN AND CNTRLOUT



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

CNTRLIN AND CNTRLOUT

Postby helen2000 » Sun Feb 07, 2010 4:44 am

Hi All,

anybody can tell me what does it mean cntrlin and cntrlout inthe following code:
//infile dd dsn=inputfilename, disp=shr
//cntrlin dd dsn=mp.ump0cjcl0(0),disp=shr
//outfile dd dsn=outputfilename,
              disp=(new,caltg,delete),
              unit=sysa,
              space=(cyl,(5,10),rlse),
              dcb=mp.pmpul.dgke
//cntrlout dd dummy


thanks,
Helen
helen2000
 
Posts: 85
Joined: Sat Aug 08, 2009 9:44 pm
Has thanked: 0 time
Been thanked: 0 time

Re: CNTRLIN AND CNTRLOUT

Postby Robert Sample » Sun Feb 07, 2010 7:00 am

Since YOU have the documentation for the program / system, would it not make more sense for YOU TO READ THE DOCUMENTATION and figure it out? We have absolutely no way of knowing what those DD names are for.
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: CNTRLIN AND CNTRLOUT

Postby dick scherrer » Sun Feb 07, 2010 9:50 am

Hello,

Possibly the most important bit of missing information is the name of the program being executed. . .

That jcl could be used by many programs, so exact usage would depend on the particular program being executed.

If you provide some info, we may be able to provide more useful replies.
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 JCL