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 can unused space allocation be returned to the system when a dataset is closed?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how to skip the steps in JCl
how to put a dependency on job in jcl using opc scheduler?
Why do you use a control card?
Explain about RECORDING MODE Clause
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the job entry system used in your project?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
What statement marks the end of an in-stream or catalogued procedure?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?