Override a PROC



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

Override a PROC

Postby rayngerfan » Tue Dec 01, 2009 8:29 pm

To Whom It May Concern:

I need to override a step in a PROC that contains concatinated files.

ex:
//PROCSTEP.SORTIN DD DSN=BRXY.PROXY.RON
// DD DSN=BRXY.PROXY.RICH
// DD DSN=BRXY.PROXY.PAUL
// DD DSN=BRXY.PROXY.TODD
// DD DSN=BRXY.PROXY.PETE
// DD DSN=BRXY.PROXY.TOM

The override needs to read the first 3 files, but not the 4th file (BRXY.PROXY.TODD) and then read the 5th & 6th files.
I;m not sure if this override would work?

//PROCSTEP.SORTIN DD DSN=BRXY.PROXY.RON
// DD DSN=BRXY.PROXY.RICH
// DD DSN=BRXY.PROXY.PAUL
// DD DUMMY
// DD DSN=BRXY.PROXY.PETE
// DD DSN=BRXY.PROXY.TOM

Also, if the files have different BLKSIZE, does the biggest BLKSIZE need to be the first concatinated file?

Thanks
rayngerfan
 
Posts: 51
Joined: Fri Apr 17, 2009 4:57 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Override a PROC

Postby Bill Dennis » Wed Dec 02, 2009 3:20 am

Move PETE and TOM up and put the DUMMY at the sixth position.
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post