Hi,
This is a piece of Internal reader code that i have. After all the 5 jobs that I am calling from this Internal reader step are completed sucessfully, I want my next step in the parent job to execute. Would checking for the condition code of the Internal reader step INTRDR2 achiece this. If not please suggest an alternative.
//INTRDR2 EXEC PGM=IEBGENER,COND=(0,NE,STEP02)
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DISP=SHR,DSN=WEBADT.CSS.TD453912.RUN(AA453912)
// DD DISP=SHR,DSN=WEBADT.CSS.TD453912.RUN(AB453912)
// DD DISP=SHR,DSN=WEBADT.CSS.TD453912.RUN(AC453912)
// DD DISP=SHR,DSN=WEBADT.CSS.TD453912.RUN(AD453912)
// DD DISP=SHR,DSN=WEBADT.CSS.TD453912.RUN(AE453912)
//SYSUT2 DD SYSOUT=(,INTRDR)
//SYSIN DD DUMMY
//STEP3 EXEC PGM=CHECKF,COND=(0,NE,INTRDR2) .
Thanks.
.