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
Matching Logic in Jcl not in cobol.Could any one please answer this question
What does a disposition of (new,catlg,keep) for a dsn mean?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain how can a stopped job be started again?
How do you overcome this limitation ?
what is the use of JCL?
what is the purpose of coding notify parameter in job statement?
What is the difference between the positional and keyword parameters? Give examples.
What happens if both JOBLIB & STEPLIB is specified ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the 4 fields in dd statement?
Is there any command to check wether the ps file is in sorted order?
How dummy is used in jcl?
What is use of restart and how to use it?
How to execute 2nd and 4th steps among 5 steps in jcl proc?