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

5 steps in JCL. Want to execute only 3 rd step


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

New User


Joined: 12 Jun 2005
Posts: 12
Location: bangalore

PostPosted: Sun Jun 12, 2005 1:01 pm
Reply with quote

i have 5 steps in jcl.i want to execute only 3 rd step.how is it possible?
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sun Jun 12, 2005 1:03 pm
Reply with quote

Please search the Forums... This question has been answered many times before.
Back to top
View user's profile Send private message
durga_prasad

New User


Joined: 17 May 2005
Posts: 7
Location: Melbourne

PostPosted: Tue Jun 14, 2005 7:34 am
Reply with quote

jeelagahema wrote:
i have 5 steps in jcl.i want to execute only 3 rd step.how is it possible?


Hi
There are few ways
one way is create another JCL member and copy only third step from orginal JCL to new member, which will only have this step to execute.

second way is in steps step1, step2, step4, step5 change the COND set it (0,NE)

third way is code RESTART=STEP3 and place //, which is NULL statement after the completion of STEP3.

Hope this helps
Dp
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