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 is the motivation behind coding class parameter in job statement?
Explain how can values be passed from the job stream to an executable program?
Explain about ISPF/TSO Commands
which utility is used to run a cobol-db2 program?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Is it possible to left uncode disp?
when can a job time-out occur? How to overcome that?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the function of job statement in jcl?
What parameter directs the output of the job log dataset?
Is it possible to define dd statements as you want?
Where & How Do You Code Identifier In Jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?