How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / 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 |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
What is timing concept in mainframe?
Does jcl support automatic restart?
which utility is used a dummy utility?
What is NOTCAT ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How does the jcl specify the job to os?
Can I share my data with other jobs? How?
Why include statement is used in a jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is job control language?
Suppose I have five jobs to do. But I want to hold one?
How to do automated restart when a job abend?
How dummy is used in jcl?
define cond parameter in jcl?