Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answers were Sorted based on User's Feedback
Answer / rakesh
Answer #1 and #2 are wrong!
The time which is lesser in Job or step will b considered
and not the Job time always!
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / harikumar.ch
CPU time is assigned at JOB level, if any step/steps
exceeding the time limit results in abend(s322).
Time specified at job level overrides the time
specified at step level.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aloke deb
Both the above answers are logically correct, but they
don't answer the query. The CPU Time is by default decided
during the installation( I guess this is at a JOB level and
not a Step level)
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / vssd
CPU time is assigned at JOB level, if any step/steps
exceeding the time limit results in abend.
Time specified at job level, overrides if any time
specified at step level.
Please correct me, if wrong.
| Is This Answer Correct ? | 4 Yes | 7 No |
How to alter the parameters for the existing gdg?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
What are the jcl procedures?
How many steps we can overide in the proc's?
What is GDG?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
What is a procedure?
What is COND=ONLY ?
how many max steps can we use in a job? pls answer to my question
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.