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
How to run cobol program using jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
When space is allocated for an output dataset, what units can be used?
What is Cataloged Procedures?
What is condition checking in jcl? Is this possible?
Is their any limit for data sets?
Brief description of inline procedure of jcl.
How can a stopped job be started again?
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) ?
In sms datasets, what is the function of the dd avgrec keyword?
What is the function of dd name parameter with a 2 part structure; audit.report?
what is the purpose of coding class parameter in job statement?
What is catelog procedure and how many catelog procedure to use in one job?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How do you submit a job for execution?