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

i want to restart from 6 th step


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

New User


Joined: 26 May 2005
Posts: 45
Location: gurgaon

PostPosted: Mon Jun 13, 2005 10:51 am
Reply with quote

Hi Folks,

I have a small doubt.
I have one jcl with 100 steps..ok.
I dont want to execute all steps. first i wanna start 6 th step and then
i wanna execute 2 step only...how is it possible....
Back to top
View user's profile Send private message
vardhan_145

New User


Joined: 21 Feb 2005
Posts: 9
Location: Chennai

PostPosted: Mon Jun 13, 2005 11:56 am
Reply with quote

Hi Friend,


Use RESTART Parameter in Job statement like below.


//job1 job 'ac.info', information , restart=step6

Try like this and use the condition parameter in and after 6th step.

It may help u. Try it and inform me if any thing wrong with this. so, i can know.

vardhan
Back to top
View user's profile Send private message
babuprasad_g
Currently Banned

New User


Joined: 26 May 2005
Posts: 45
Location: gurgaon

PostPosted: Mon Jun 13, 2005 12:07 pm
Reply with quote

How can we use COND paramenter in step-2 could u explain me.please
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Mon Jun 13, 2005 12:08 pm
Reply with quote

Pls do a search in previous posts.you will get the answer.
Back to top
View user's profile Send private message
vardhan_145

New User


Joined: 21 Feb 2005
Posts: 9
Location: Chennai

PostPosted: Mon Jun 13, 2005 12:27 pm
Reply with quote

Hai,

sorry use Maxcc in step2, and put some condition checking after that step. means use IF-THEN-ELSE. Let me know anything wrong inthis.

Vardhan
Back to top
View user's profile Send private message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Mon Jun 13, 2005 12:38 pm
Reply with quote

Hi prasad


click here for the info
ibmmainframes.com/viewtopic.php?t=2916&highlight=restart+step



thanks
Siva
Back to top
View user's profile Send private message
subhasis_50

Moderator


Joined: 09 Mar 2005
Posts: 363
Location: Earth

PostPosted: Mon Jun 13, 2005 2:26 pm
Reply with quote

Hi,
As Vardhan mentioned restart your JCL from STEP 6. And after step 7 give // parameter. So the job will start in step6 and executes only two steps.
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 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 convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top