In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / aishwarya
Just give a null statement after 6th step like // Any line
after null statement in jcl will not be executed. Hence
remaining steps will be skiped from 7 to 10. Simple
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What do you understand by the terms: joblib and steplib?
What are the parameters that are used in creating a gdg?
How jcl is used for testing batch programs?
What is the difference between run mode and addressing mode?
what is “Cond= even” and “Cond=only”?
Is it possible to define dd statements as you want?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How does jcl specify the job to the operating system?
Where can program checkpoints be stored for use in a restart?
What are the 2 types of parameters in dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Can I share my data with other jobs? How?
Can I send output of job to my remote device careerride123?
what is the purpose of coding class parameter in job statement?