Hi, 

Iam trying to execute an IEBEDIT JCL on a JOB which is containing the PROC's 
and CTLCARDS. I want to skip the particular steps in this JCL .But when I 
execute this IEBEDIT jcl on the JOB which contains information like INCLUDE 
MEMBER=mem.name ... are not produced in the output. 

I am skipping those steps in the JOB for testing puposes. 

Sample JCL: 
Code: 

//job1000  JOB  NOTIFY=&SYSUID          
//PROCLIB  JCLLIB ORDER=(xxx.LIB.PRC) 
//         INCLUDE MEMBER=MEMBER        
//MYPROC   EXEC PROC=MYPROC,HLQ7=A      
//MYPROC1  EXEC PROC=MYPROC,HLQ7=A      
//NOCOPY   EXEC PROC=MYPROC,HLQ7=A      
//MYPROC   EXEC PROC=MYPROC,HLQ7=A      
//NOCOPY2   EXEC PROC=MYPROC,HLQ7=A      
 


MY IEBEDIT STEP SYSIN card looks like this: 

Code: 

EDIT START=JOB1000,TYPE=EXCLUDE,STEPNAME=(NOCOPY,NOCOPY2) 



MY Output I get in SPOOL for SYSUT2 : 



Code: 

//job1000  JOB  NOTIFY=&SYSUID            
//PROCLIB  JCLLIB ORDER=(xxx.LIB.PRC)  
//MYPROC   EXEC PROC=MYPROC,HLQ7=A        
//MYPROC1  EXEC PROC=MYPROC,HLQ7=A        
//MYPROC   EXEC PROC=MYPROC,HLQ7=A        


It is not containing the member names. 

Is there any uitlity which i can use to selectively skip the particular JCL 
steps?

Thanks for all your help.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to