i have 6 steps in my jcl program
after going to 5th step i want to execute 3rd step.....how can
i do it....by using(RESTART) can i do it or not?
Answer Posted / harsha
Use DPRTY parameter. With this parameter, we can change the
order of execution of each steps but we cannot skip the
execution.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is the use of IEBGENER utility?
is there any way to execute more than one proc in the same exec statement at the same time..?
which utility is used to sort a file in jcl?
How jcl is used for testing batch programs?
in ways data can be passed to a COBOL program from JCL?
In job processing, what happens in execution stage?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How dummy is used in jcl?
Explain how can a stopped job be started again?
What parameters can be used to limit the number of records written to a sysout dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is JCL?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
In job processing, what happens in conversion stage?
How jcl work to handle various input output file operations?