How can we execute only one step in a job
Answer Posted / sravanthi
We cannot specify COND parameter for the first step in JCL.
So if there are many steps in JCL, we need to restart the
job from the required step. A null statement at the end of
this step can be given for running this step alone. If any
other step also need sto be run, then we can go for the COND
parameter instead of the null statement
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How would you understand error(execution phase)?
What are the jcl procedures?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What dd statement is used to supply the name of a dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain how can a stopped job be started again?
Mention the types of job control statements?
What is condition checking in jcl? Is this possible?
Does jcl support automatic restart?
A dd statement consists of 4 fields. Name them?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the purpose of the dd keylen parameter?
What are hierarchy levels in jcl?
Which statement is used to identify the private libraries in job?
What is use of restart and how to use it?