IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to execute step 5, 10, 15, 20 in a jcl having 100 steps


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
narendraprasadyadav

New User


Joined: 13 Mar 2005
Posts: 2

PostPosted: Mon Mar 14, 2005 10:44 pm
Reply with quote

hi,

this is naren ,
i am having jcl contains 100 steps in that i want onl step 5,10,15,20
only other than coding cond parametter is ther an other way to do that
Back to top
View user's profile Send private message
Prandip

New User


Joined: 04 Mar 2005
Posts: 84
Location: In my tiny cubicle ...

PostPosted: Tue Mar 15, 2005 10:10 pm
Reply with quote

Use IEBEDIT:
Code:

//STEP0001 EXEC PGM=IEBEDIT                                     
//SYSUT1   DD   DISP=SHR,DSN=&SYSUID..JCL(MYJOB)
//SYSUT2   DD   SYSOUT=(*,INTRDR)                               
//SYSPRINT DD   SYSOUT=*                                         
//SYSIN    DD   DATA                                             
  EDIT TYPE=INCLUDE,STEPNAME=(STEP5,STEP10,STEP15,STEP20)       
/*                                                               
//*     

For more details on the IEBEDIT utility, check here:

publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dgt1u104/CCONTENTS
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts Fetch data from programs execute (dat... DB2 3
No new posts CA7 deleting files in steps after job... CA Products 4
Search our Forums:

Back to Top