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
List the different components of jcl statement?
When output dataset space is required, what quantity categories are used?
What does a disposition of (new,catlg,keep) for a dsn mean?
Brief description of inline procedure of jcl.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
When space is allocated for an output dataset, what units can be used?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to run cobol program using jcl?
What is jcl in mainframe?
Which dd parameters are required?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is catelog procedure and how many catelog procedure to use in one job?
What is concatenating?
how to run batch program without jcl?