Hi,
I want to execute steps in a job like alternatively without using IEBEDIT utility.
For example,
I have 6 steps in a Job. I want to execute the steps such that step2,step4 and step6 only.
If it is possible How ? Can I use COND or IF/THEN/ELSE statement ?
I have some idea to execute the steps like that,
//job1 JOB ------------------,RESTART=step2
//step1 exec pgm=IEFBR14
//step2 exec pgm=IEFBR14
//step3 exec pgm=IEFBR14,COND=(0,LT)
//step4 exec pgm=IEFBR14, COND=ONLY
//step5 exec pgm=IEFBR14,COND=(0,LT)
//step6 exec pgm=IEFBR14, COND=ONLY
If it is wrong please correct me and also please give me answer for the above questions.