TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / sathish kumar
It is a amount of cpu time that a job or perticuler job
step is permitted to utilized before it is terminated.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
List the different components of jcl statement?
How is a type of file defined in the jcl that executes the cobol program?
What is condition checking in jcl? Is this possible?
How do you access an uncatalogued dataset in a jcl?
Differentiate between the joblib and the steplib statements?
What is the format of comment statement?
Is condition checking possible in jcl? If yes, how?
what is use of dsn parameter in dd statement?
how to run batch program without jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the significance of addrspc parameter in the exec statement?
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?
Which statement is used to identify the private libraries in job?