ConsMorante
Programmer
Hi,
I have a JCL that will invoke another JCL by using the internal reader. (see below code)
//STEP01 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=JS01.CNTL.LIB2(BJSJSA10),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
The problem is that when i try to check for the output files that is generated by JS01.CNTL.LIB2(BJSJSA10) there are no datasets generated. I checked JCL log and i can see that the BJSJSA10 JCL is being copied to the internal reader. However i also saw something in the sysprint.
********************************* TOP OF DATA *************************
DATA SET UTILITY - GENERATE
IEB352I WARNING: ONE OR MORE OF THE OUTPUT DCB PARMS COPIED FROM INPUT
PROCESSING ENDED AT EOD
******************************** BOTTOM OF DATA ***********************
i'm really not sure why the JCL is not producing any ouput dataset when invoked using the internal reader.
I have a JCL that will invoke another JCL by using the internal reader. (see below code)
//STEP01 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=JS01.CNTL.LIB2(BJSJSA10),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
The problem is that when i try to check for the output files that is generated by JS01.CNTL.LIB2(BJSJSA10) there are no datasets generated. I checked JCL log and i can see that the BJSJSA10 JCL is being copied to the internal reader. However i also saw something in the sysprint.
********************************* TOP OF DATA *************************
DATA SET UTILITY - GENERATE
IEB352I WARNING: ONE OR MORE OF THE OUTPUT DCB PARMS COPIED FROM INPUT
PROCESSING ENDED AT EOD
******************************** BOTTOM OF DATA ***********************
i'm really not sure why the JCL is not producing any ouput dataset when invoked using the internal reader.