Use of intrdr

Wat is the use of intrdr in JCL? Give an example.

Questions by satya.job

Showing Answers 1 - 3 of 3 Answers

tag_tushar

  • Jul 17th, 2010
 

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

For example:

Suppose you want to submit JCl ABC.XYZ.J1 throught another JCL.

//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
/*

  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