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
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the function of //jcllib statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Can I send output of job to my remote device careerride123?
Can I share my data with other jobs? How?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
List the various advantages of using jcl language?
What do you know about jcl?
Explain dfsort utility?
which parameter is used to check the syntax of a jcl without executing it?
what is the purpose of coding class parameter in job statement?
what is use of dcb parameter in dd statement?
Is acct parameter mandatory?
How do you access an uncatalogued dataset in a jcl?
what happens in conversion stage in job processing?