Invoking JCL

How to invoke a JCL inside another JCL or How to call a JCL inside another JCL?

Questions by sandip.nath

Showing Answers 1 - 3 of 3 Answers

tag_tushar

  • Jul 17th, 2010
 

JCl to be invoked: ABC.XYZ.J1


//JOB1 JOB NOTIFY=&SYSUID, PRTY=15
//STEP1 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=ABC.XYZ.J1,DISP=SHR
//SYSOUT DD SYSOUT=(,INTRDR)
//SYSIN DD DUMMY
/*

Internal reader(INTRDR) is used to submit a Jcl via another Jcl, with manually submitting it.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions