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 function of //jcllib statement?
define cond parameter in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain dfsort utility?
How can the disposition of sysout datasets be set for an entire jobstream?
What are the difference between jcl and jes?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what is JCL?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
When output dataset space is required, what quantity categories are used?
Explain about LMQUERY�give a dialog information about a data set
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is condition checking in jcl? Is this possible?
what are the various stages of job processing?