What is the purpose and meaning of the TIME keyword and what
JCL statement is it associated with?
Answer / guest
TIME specifies the maximum CPU time allocated for a
particular job or job step. If TIME is in the JOB card, it
relates to the entire job; if in the EXEC statement, it
relates to the job step.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is primary allocation for a dataset?
What does the keyword DCB mean and what are some of the keywords associated with it?
Can you code instream data in a PROC ?
How to execute step2,step1, step3 if step1,2,3 are in order
When cursor is not closed what is the error?
what is the job entry system used in your project?
How is the record format of an output dataset specified?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
describe the dd statement,its meaning,syntax and keywords?
What is the improvement to COND= in the latest version of MVS?
Explain the purpose of dd * statement in jcl?
what is the function of spool command?