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.