Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of disp parameter?
Which statement is used to identify the private libraries in job?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the job statement in jcl?
which utility is used a dummy utility?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
List the various advantages of using jcl language?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to submit jcl through a cobol program?
What is the format of comment statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is it possible to define dd statements as you want?
What are the 4 fields in dd statement?
How is a type of file defined in the jcl that executes the cobol program?