On 29 Dec 2009 07:57:38 -0800, mig...@yahoo.com (Miguel Soltero Diaz)
wrote:

>is there a way to override a proc step file from a JCL with more than one file 
>using same DDNAME?
>
>I have a proc using only one file and I need to override it with two files.
>So I went up and coded both files in my JCL. However, I scan the jcl, and I 
>only see the first file overriding it.
>The second file doesn't show up at all.

I do this with library concantinations all the time:

//QA08#02.STEPLIB    DD DSN=UMS.TEST.LOAD,DISP=SHR         
//           DD DSN=UMS.STG1TEST.LOAD,DISP=SHR             
//           DD DSN=UMS.PROD.LOAD,DISP=SHR                 
//           DD DSN=IDMS.&VER..LOADLIB,DISP=SHR            
//           DD DSN=IDMS.SYSTEM&SYSNUM..LOADLIB,DISP=SHR   

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to