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
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?
What happens if both JOBLIB & STEPLIB is specified ?
Is it possible to define dd statements as you want?
in ways data can be passed to a COBOL program from JCL?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What do you understand by the term job time – out and how can you overcome that?
What is the function of //jcllib statement?
What is the motivation behind coding class parameter in job statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain the function of //cntl statement?
Explain the purpose of the dd keylen parameter?
How is a type of file defined in the jcl that executes the cobol program?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How can the submitting users racf authority be overridden in a job stream?