In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / kamaldeep
Answer given by Satyanarayana(ans#1) if we use COND=(0.LE) in a step then only that step will be bypassed not all the steps after it. I have tried it, please try and revert back.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are hierarchy levels in jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How can a fb file convert to vb file using sort program?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Does jcl support automatic restart?
Explain how can return codes be tested before execution of a job step?
What is the format of comment statement?
What are the 4 fields in dd statement?
What is timing concept in mainframe?
Is automatic restart possible in jcl?
how JCL works?
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
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how to do automated restart when a job abends?