I think this question is wrong . Why because one JCL have only one job will be exec so I think this question should be... How to exec a particular step or pgm in JCL? One job have maximal 255 steps.So exec a particular step or pgm per pus used restart command or cond parameter.
sandeep
Mar 19th, 2012
Q) If there are 10 steps in a jcl program. how to execute 3 and 5 step only by using COND parameter?
Yes.. we can exec a particular job using IKJEFT01 utility. A single job can have any number of jobs and 1 job can trigger another job..
kautuk
Nov 21st, 2016
It was going to be achieved by IEBEDIT utility program. You can include the step for which you want to run with respect to multiple steps and if you also want to exclude any specific step in the JCL you can do that using Exclude Condition.
IEBEDIT can be executed for any specific step from multiple step.
Similar for Excluded any specific step from from multiple step.
How can I execute a particular job from no. of jobs?
Related Answered Questions
Related Open Questions