i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.
Answer Posted / karan johar accenture
//step3 exec pgm=p3,cond=(4,GT,0)[0 means rc of step2]
//step4 exec pgm=p4,cond=(4,LE)
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What are some jcl statements that are not allowed in procedures?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Can I share my data with other jobs? How?
What is the use of disp parameter?
What is the difference between the positional and keyword parameters? Give examples.
Is it possible to code instream data in a PROC?
Differentiate between addressing mode and run mode.
Is automatic restart possible in jcl?
What are the rules employed while naming the steps in a job?
List the different jcl statements that are not permitted in the procedures?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what are JCLLIB and STEPLIB in JCL?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?