How to execute only th 15th step of JCL consisting of 50 steps?
Answers were Sorted based on User's Feedback
Answer / niki
If u want to run only step 15 delete all steps before
step15 and put null statement after 15 step.
| Is This Answer Correct ? | 0 Yes | 16 No |
Answer / suresh
we need to mention restart = step15 at job statement
| Is This Answer Correct ? | 4 Yes | 26 No |
How to alter the parameters for the existing gdg?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
what is the difference between static call and dynamic call?
is step name is compulsory in jcl ?
What do you feel makes a good program?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
diff bw vsam and normal flat file?
what is the alternative to model parameter?
how to create gdg with out using idcams utility
How is a new GDG coded?
Explain concatenating datasets?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?