Re: Submit a JCL from within another JCL

2009-07-17 Thread Jan MOEYERSONS
On Thu, 16 Jul 2009 05:40:45 -0500, Parin Gangar paringan...@gmail.com wrote: I remember there is some IKJ utility that allows us to do that, but, I can't quite remember the name. I think IEBEDIT is the utility you may be thinking about. But as others have very well pointed out, there are

Re: Submit a JCL from within another JCL

2009-07-17 Thread Tony B.
Likewise your favorite SORT product. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Thursday, July 16, 2009 7:07 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Submit a JCL from within another JCL On Thu, 16 Jul 2009 18

Submit a JCL from within another JCL

2009-07-16 Thread Parin Gangar
Hi, I have a requirement where I need to submit a JCL stored in a flat file / KSDS file from within another JCL which is executing. I remember there is some IKJ utility that allows us to do that, but, I can't quite remember the name. It would be great help if I can get some pointers. Thanks,

Re: Submit a JCL from within another JCL

2009-07-16 Thread גדי בן אבי
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Parin Gangar Sent: Thursday, July 16, 2009 1:41 PM To: IBM-MAIN@bama.ua.edu Subject: Submit a JCL from within another JCL Hi, I have a requirement where I need to submit a JCL stored in a flat file / KSDS file from within

Re: Submit a JCL from within another JCL

2009-07-16 Thread Parin Gangar
Thanks, I will try and post any issues. -- 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

Re: Submit a JCL from within another JCL

2009-07-16 Thread Klein, Kenneth
] On Behalf Of Parin Gangar Sent: Thursday, July 16, 2009 6:41 AM To: IBM-MAIN@bama.ua.edu Subject: Submit a JCL from within another JCL Hi, I have a requirement where I need to submit a JCL stored in a flat file / KSDS file from within another JCL which is executing. I remember there is some IKJ

Re: Submit a JCL from within another JCL

2009-07-16 Thread Ted MacNEIL
have a requirement where I need to submit a JCL stored in a flat file / KSDS file from within another JCL which is executing. Flat file: //SUBMIT EXEC PGM=IEBGENER //SYSIN DDDUMMY //SYSUT1 DDDISP=SHR,DSN=flat-file //SYSUT2 DDSYSOUT=(,INTRDR) (I'd check the placement of

Re: Submit a JCL from within another JCL

2009-07-16 Thread CUNY Yann
 : Submit a JCL from within another JCL Hi, I have a requirement where I need to submit a JCL stored in a flat file / KSDS file from within another JCL which is executing. I remember there is some IKJ utility that allows us to do that, but, I can't quite remember the name. It would be great help if I

Re: Submit a JCL from within another JCL

2009-07-16 Thread Rick Fochtman
Parin Gangar wrote: Hi, I have a requirement where I need to submit a JCL stored in a flat file / KSDS file from within another JCL which is executing. I remember there is some IKJ utility that allows us to do that, but, I can't quite remember the name. It would be great help if I can

Re: Submit a JCL from within another JCL

2009-07-16 Thread Paul Gilmartin
On Thu, 16 Jul 2009 14:17:38 +0200, CUNY Yann wrote: You can use IKJ : //REXX1EXEC PGM=IKJEFT1B //SYSTSIN DD * SUBMIT 'YOUR.PDS.JCL(JCL)' //SYSTSPRT DD SYSOUT=* Subject to the restriction that the source data set must have RECFM=F[B],LRECL=80. IEBGENER is more flexible. -- gil

Re: Submit a JCL from within another JCL

2009-07-16 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Thursday, July 16, 2009 4:46 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Submit a JCL from within another JCL On Thu, 16 Jul 2009 14:17:38 +0200, CUNY Yann wrote: You can

Re: Submit a JCL from within another JCL

2009-07-16 Thread Paul Gilmartin
On Thu, 16 Jul 2009 18:06:23 -0400, Thompson, Steve wrote: You can use IKJ : //SYSTSIN DD * SUBMIT 'YOUR.PDS.JCL(JCL)' Subject to the restriction that the source data set must have RECFM=F[B],LRECL=80. IEBGENER is more flexible. Except that the OP did say KSDS... IDCAMS can REPRO to the