TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / varun
TIME parameter can be used to overcome S322 abends for
programs that genuinely need more CPU time. TIME=1440 means
no CPU time limit is to be applied to this step.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
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?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is automatic restart possible in jcl? If yes, how?
what is the compile process of cobol program expalin with code
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
which utility is used to run a cobol-db2 program?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the function of job statement in jcl?
What statement can be used to send data to another mvs jes3 node?
Is condition checking possible in jcl?