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
Explain in DD statement what is the use of DCB parameter?
How does the jcl specify the job to os?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Can we use DISP=SHR in output file in JCL
What are some jcl statements that are not allowed in procedures?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How can a jobs execution priority be modified?
Where can program checkpoints be stored for use in a restart?
Give the syntax of job specifying jcl statement.
Explain how can the attributes of one sms dataset be copied to another dataset?
how JCL works?
how you can direct the data to spool using SYSOUT option?
Explain how can values be passed from the job stream to an executable program?
What are the rules employed while naming the steps in a job?
How can an in-stream dataset be terminated?