I have 5 steps in my job. say s1, s2, s3, s4, s5
//s1 exec .............
//s2 exec ............
//s3 exec ..........
//s4 exec ........
//s5 exec ...............
my question is i want to exeute only s2 and s4 steps...
please advice me how to do this:
Answer Posted / sanvz
the best way to acheive this
restart = step2 and code in step 3 cond as 0,eq
and after step 4 add null stmt
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
What is use of restart and how to use it?
What dd statement is used to supply the name of a dataset?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is notcat 2 - gs?
How to alter the parameters for the existing gdg?
Explain the hierarchy levels in jcl?
How can the submitting users racf authority be overridden in a job stream?
what is the JCL statement consists of?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Are there any set of rules for the names of the steps used in a job?
Is their any set of rules for dd? Explain.
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
Describe the various parameters utilized in the creation of a gdg?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?