What is the purpose and meaning of the TIME keyword and what
JCL statement is it associated with?
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by the term notcat 2 – gs?
Which dd parameters are required?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is use of restart and how to use it?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain how can a jobs execution priority be modified?
What do you understand by jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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?
What is job control language?
What is the function of a dd statement?
In job processing, what happens in conversion stage?
What is the difference between the positional and keyword parameters? Give examples.
Is condition checking possible in jcl?