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 / 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 |
Post New Answer View All Answers
Must tape dataset definitions include vol=ser specifications?
Define concatenating?
Explain how can values be passed from the job stream to an executable program?
What is the function of //cntl statement?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Can I send output of job to my remote device careerride123?
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?
What is condition checking in jcl? Is this possible?
how do you access an uncataloged dataset in a jcl?
What is the purpose of disp parameter?
Can an individual step be restricted from using all the jobs allowed cpu time?
What do you understand by the term notcat 2 – gs?
how to run batch program without jcl?
When space is allocated for an output dataset, what units can be used?
What is the maximum length of a single line of jcl?