Suppose there are 10 steps in a PROC, I want to execute
only step5. How do you give the condition in the JCL that
calls this PROC?
Answer Posted / siri
using restart parameter.....
//jobname job ,,,restart=proc.step5.....
and next given cond=(00,le) in step6 to step10..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How does jcl specify the job to the operating system?
Is it possible to define dd statements as you want?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What statement can be used to send data to another mvs jes3 node?
What are the 2 types of parameters in dd statement?
Explain dd statement in jcl?
Explain dfsort utility?
Is condition checking possible in jcl?
Explain about LMFREE�free data set from its association with data ID
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
a dd statement has 2 types of parameters. Name them?
Explain the purpose of dd dummy statement?
How is the record format of an output dataset specified?
define cond parameter in jcl?