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 |
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 is default if we don't specify RD parameter at all ?
describe the exec statement,its meaning ,syntax and keywords?
What are the valid DSORG values ?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
What are the parameter we cannot use in procedure?
Suppose I have five jobs to do. But I want to hold one?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
What will happen if we write two STOP RUN's in a COBOL program?
Can we create VSAM file by using IEBGENER?