A job has 150 steps i want to execute only 57th step
Answer Posted / piyush mani
it's easy write restart=step57 in job parameter and write cond in 58th step like cond = (x,eq) where x is expected return code of 57th step.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
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) ?
Is automatic restart possible in jcl?
what is JCL?
what are JCLLIB and STEPLIB in JCL?
what are the types of abends that occur on job failure? And explain the possible causes of these
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain how can values be passed from the job stream to an executable program?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What are steplib and joblib? What for they are used?
What is the function of //cntl statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
which parameter is use to declare the name of dataset in dd statement?
What is Cataloged Procedures?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Define concatenating?