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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / muttaiah
What i understand from question is
After executing 4th step you want to execute 3rd step.
In JCL.
We can execute steps only sequentially meaning steps mentioned in the job has to be executed in the way they are.
So as far as my knowledge this is impossible.
one way is if the job execution is stopped after 4th step. you can then execute from any step using restart.
| Is This Answer Correct ? | 2 Yes | 1 No |
In job processing, what happens in execution stage?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
What is the use of disp parameter?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
What is difference between Return Code, user completion code, Abend code and reason Code?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
Explain about LMQUERY�give a dialog information about a data set
What is a GDG
What does the statements: typrun=scan and typrun=hold do in a JCL statement
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What does IEBGENER do?
What is 'S0C7' abend?