I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / mohammad
code restart=17,cond=(00,le),
cond=(4095,ge) on job card.
This will execute only 17th step.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
What parameter directs the output of the job log dataset?
what is “Cond= even” and “Cond=only”?
Brief description of inline procedure of jcl.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How do you submit a job for execution?
whats the diff bw the evaluate also and and?
What is the purpose of dd * statement in jcl?
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) ?
List the different components of jcl statement?
How can return codes be tested before execution of a job step?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Why block size is multiple of lrecl in jcl?
How does jcl act on a cobol code?
what is the resolution for sb37 error