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


Please Help Members By Posting Answers For Below Questions

what is the resolution for sb37 error

7720


what happens in conversion stage in job processing?

734


How to submit jcl through a cobol program?

681


What is condition checking in jcl? Is this possible?

628


How is a type of file defined in the jcl that executes the cobol program?

716






Is condition checking possible in jcl? If yes, how?

739


Explain how can return codes be tested before execution of a job step?

834


How does jcl specify the job to the operating system?

756


what is the purpose of coding class parameter in job statement?

726


What is the function of job statement in jcl?

638


Is it possible to define dd statements as you want?

646


What is Cataloged Procedures?

715


How can a stopped job be started again?

716


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2001


how you will the direct the data to spool using sysout option?

1769