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 |
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
What is the difference between catalogue procedure and In-Stream procedure?
How does jcl act on a cobol code?
Are there any set of rules for the names of the steps used in a job? What are they?
What is DSNDB06 ?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
what are the technical terms for // /* in jcl
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?