On Sat, 9 Jul 2016, at 07:40, Cameron Seay wrote:

> Here is the JCL:
> 
>  ==MSG>           your edit profile using the command RECOVERY ON.     
>  000100 //CALC1000 JOB 1,'A. STUDENT',NOTIFY=&SYSUID                   
>  000110 //**************************************************           
>  000120 //* COMPILE COBOL PROGRAM                                      
>  000130 //**************************************************           
>  000140 //STEP1 EXEC IGYWCLG                                           
>  000150 //SYSIN        DD DSN=&SYSUID..LANG.SOURCE(CALC1001),DISP=SHR  
>  000160 //COBOL.SYSLIB DD DSN=CEE.SCEESAMP,DISP=SHR                    
>  000170 //LKED.SYSLMOD DD DSN=&SYSUID..LANG.LOAD(CALC1001),DISP=SHR    

Your   IGYWCLG  procedure, judging from its name  is a  Compile  Link 
Go  one, which 
therefore probably expands to three separate steps.  It's the third
step, the GO one
for which you'd need to define SYSIN.    So the JCL (which does have a
SYSIN statement
now) is probably applying that to the first step of three.

Depending on what the stepname of the GO step is, you probably need to
code eg 

//stepname.SYSIN DD ...

-- 
Jeremy Nicoll - my opinions are my own.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to