How to invoke a jcl(with all control cards, like job crad and all) from another jcl?

Showing Answers 1 - 2 of 2 Answers

Hitesh Jain

  • Dec 27th, 2005
 

You can use the Internal reader to do so.

//*
//STEP050 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=SYSPDA.JCLLIB(JCL2),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD DUMMY

  Was this answer useful?  Yes

indian

  • Apr 8th, 2006
 

its also use to execute the cobol component through the job

  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