Page 1 of 1

Restart the 2nd step by overriding.

PostPosted: Thu Dec 04, 2008 3:16 pm
by dilip.divate
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.

Re: Restart the 2nd step by overriding.

PostPosted: Thu Dec 04, 2008 4:42 pm
by MrSpock
,RESTART=STEP2.M030

See 20.23 RESTART Parameter in the z/OS V1R9.0 MVS JCL Reference.