I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / challa srinivas
Just code at step 11 as below.
//STEP11 EXEC=PGM2,COND=(0,LE,STEP10).
Please note that Step 10 should execute successfully at any cost else again the job will start executing from step 11 till end.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain how can return codes be tested before execution of a job step?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
List the various advantages of using jcl language?
what is the difference between JES3 and JES2?
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) ?
A dd statement consists of 4 fields. Name them?
which utility is used a dummy utility?
How to override loadlib?
how you will the direct the data to spool using sysout option?
What is the format of comment statement?
I need exexution process for JCL programs
What is the significance of addrspc parameter in exec statement?