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 |
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
i need some shortcuts and tso commands can any on ehelp me in these ?
how can we override data definitions in jcl. can any one give detailed example
can we write a proc with in a proc
When should DISP=MOD is used?
Is it possible to left uncode disp?
What is GDG and what is the maximum limit of versions that can be created?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
can we maintain 2 generations with different Lengths in Same GDG ?
Explain the job statement in jcl?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
How do you submit JCL via a Cobol program?