Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to left uncode disp?
what is “Cond= even” and “Cond=only”?
How can the attributes of one sms dataset be copied to another dataset?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Why block size is multiple of lrecl in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the maximum length of a single line of jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
when can a job time-out occur? How to overcome that?
What are the 4 fields in dd statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How does jcl specify the job to the operating system?
how do you access an uncataloged dataset in a jcl?
what is the purpose of coding class parameter in job statement?
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?