in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30)
and in step i coded time=(1,30), whch one executes first and
what happens if step1 and step2 time executes and wht about the
remaining time if step and step2 executes
Answer Posted / kittu
According to your question...
1.If the 2 jobs submitted then the job which is submitted
first excutes first.
2.If the jobs are submitted at the same time then os
decides based on the class parameter.
3.If the class parameter are also same then based on the
priority(PRTY) job will executes.
4.If the priority also same then operator cancells both the
jobs after a wait time.
or
If the region and time specified in both the job & exec
statements then the values specified in job will overwrite
that of Exec statements values.
So job statement coded time will overwrite the step coded
time.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain how can a jobs execution priority be modified?
how can the same proc be re-used and called by many jobs?
Explain the function of dd disp parameter?
what is the purpose of coding notify parameter in job statement?
What is jcl in mainframe?
Is automatic restart possible in jcl? If yes, how?
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?
Which dd parameters are required?
How can a stopped job be started again?
How to submit jcl through a cobol program?
Explain the purpose of the dd keylen parameter?
what are JCLLIB and STEPLIB in JCL?
How does jcl act on code(if you take a cobol program)?
How would you understand error(execution phase)?