If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / vssd
While submitting the JCL, use RESTART=Step43
And from steps 51 thru 100, use COND=ONLY in step EXEC
statement.
Hope this helps, please correct me if wrong.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
what is a jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain how can an in-stream dataset be terminated?
What is the purpose of dd * statement in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How do you submit a job for execution?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How does the jcl specify the job to os?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of dd name parameter with a 2 part structure; audit.report?