Restart the 2nd step by overriding.



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Restart the 2nd step by overriding.

Postby dilip.divate » Thu Dec 04, 2008 3:16 pm

My JCL contains step1 and step2
//step1 EXEC ABC123,
//step2 EXEC ABC345,
I have given the restart of step1 in jobcard …..
//step1 EXEC ABC123,
//P010
//P020
//P030
if u already use the restart once for step1 u can’t use it again…….

Now in the step2 proc abc345 there are three steps…

//M010
//M020
//M030

I want to run only step mo30 and not the mo1o and mo20 … what override I need to give in JCL. To restart the proc abc345 from mo30.
dilip.divate
 
Posts: 2
Joined: Thu Dec 04, 2008 2:57 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Restart the 2nd step by overriding.

Postby MrSpock » Thu Dec 04, 2008 4:42 pm

,RESTART=STEP2.M030

See 20.23 RESTART Parameter in the z/OS V1R9.0 MVS JCL Reference.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post