How can we execute only one step in a job
Answer Posted / suresh
Hi,
This can be achieved by two ways.
1. As Sravanthi mentioned - A null (/*) statement at the
end of this step can be given for running this step alone.
2. By using COND parameter in the second step. Like
//STEP2 EXEC PGM=EXAMPLE,COND=(0,LE,STEP1)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is concatenating?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is DD statement is used in JCL?
what is use of disp parameter in dd statement?
Explain how can an in-stream dataset be terminated?
Explain the function of the dd dcb keyword?
what is the JCL statement consists of?
Can an individual step be restricted from using all the jobs allowed cpu time?
What dd statement is used to supply the name of a dataset?
Explain the function of dd disp parameter?
What is the maximum length of a single line of jcl?
Explain dd statement in jcl?
Is condition checking possible in jcl? If yes, how?
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?
how to run batch program without jcl?