A job has 150 steps i want to execute only 57th step
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / karthik
Include following two parameters in job card
restart=step57,COND=(0,LE)
by karthik
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / prashant singh
We can also use IEBEDIT utility which will be usefull
without editning the original JCL
| Is This Answer Correct ? | 2 Yes | 0 No |
When should DISP=MOD is used?
How Can we see all generations of a GDG ?
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
What is GDG?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Which COND paramter will u use to execute the step only if the previous step does not execute
How to use COND Parameter in jcl
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
Can we write same stepname for one or more steps in on job ?
What is the significance of addrspc parameter in exec statement?
How can a fb file convert to vb file using sort program?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.