Question: By using the COND parameter how will you stop executing the first job step?
Ans:
In reality, this is not possible. Always when step runs, then it generates return code. So, from second step onwards you can control the execution of steps by comparing COND parameters.
This is possible (skipping first step) with RESTART parameter in JOB card.
RESTART= Jobstep RESTART=JOBSTEP.PROCSTEP
I hope you enjoyed with this answer.
Related Posts