TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / varun
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 ? | 9 Yes | 0 No |
Post New Answer View All Answers
what are the various stages of job processing?
How can the disposition of sysout datasets be set for an entire jobstream?
How can the submitting users racf authority be overridden in a job stream?
Is condition checking possible in jcl? If yes, how?
What is the syntax of JCL statement?
what JCL Procedures?
which utility is used to sort a file in jcl?
Does jcl support automatic restart?
Define concatenating?
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?
how to compare two datasets without using superce because output is limited to 133 bytes
How would you understand error(execution phase)?
Explain the function of //jcllib statement?
what is the purpose of coding class parameter in job statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?