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 / khan
In job card code restart=17 and cond parameter as follows
restart=17,cond=(00,LE)
| Is This Answer Correct ? | 48 Yes | 7 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
when does a dataset go uncataloged?
What are the jcl procedures?
In job processing, what happens in conversion stage?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How jcl work to handle various input output file operations?
What is the use of disp parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is NOTCAT ?
How jcl is used for testing batch programs?
How dummy is used in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Can I share my data with other jobs? How?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.