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 purpose of coding class parameter in job statement?
How to alter the parameters for the existing gdg?
Is it possible to code instream data in a PROC?
which utility is used a dummy utility?
Explain how can the submitting users racf authority be overridden in a job stream?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Must tape dataset definitions include vol=ser specifications?
When output dataset space is required, what quantity categories are used?
How does jcl act on a cobol code?
How can the attributes of one sms dataset be copied to another dataset?
How can a stopped job be started again?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the use of disp parameter?
Is acct parameter mandatory?