Re: overriding a proc ddname with multiple files

2009-12-29 Thread Howard Brazee
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

Re: overriding a proc ddname with multiple files

2009-12-29 Thread Miguel Soltero-Diaz
Thank you guys, I am not sure what I had wrong. I did have the // in the second file. now is working fine Happy New Year!!! Miguel From: Binyamin Dissen To: IBM-MAIN@bama.ua.edu Sent: Tue, December 29, 2009 10:35:39 AM Subject: Re: overriding a proc ddname

Re: overriding a proc ddname with multiple files

2009-12-29 Thread Binyamin Dissen
On Tue, 29 Dec 2009 09:47:22 -0600 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. Howev

Re: overriding a proc ddname with multiple files

2009-12-29 Thread Paul Gilmartin
On Tue, 29 Dec 2009 11:10:09 -0500, Lizette Koehler wrote: > >//COPYIT1.SYSUT1 DD DISP=SHR,DSN=MY.PDF.CNTL(IEBGENER) >//DD DISP=SHR,DSN=MY.PDF.CNTL(J) > This appears to be what the OP tried, yet he reported it didn't work. But I've done it successfully many times. >>//ps020.fileyy dd d

Re: overriding a proc ddname with multiple files

2009-12-29 Thread Lizette Koehler
I think this is what you want to do. An example I wrote does the following: The proc is called TSTPROC //MYPRCTXT PROC //* //COPYIT1 EXEC PGM=IEBGENER

overriding a proc ddname with multiple files

2009-12-29 Thread Miguel Soltero Diaz
Hi guys, 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 i