Answer Posted / saurav paul
Time parameter is coded based on the minutes. so if we give
0 the steps of the job should complete in less than 60
secs. If we need to give it in secs then we have to specify
like TIME=([minutes] [,seconds])time = (0,0). In this case
the job will abend with s322 if the step is taking more
than 1 sec.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
What is multithreading in jcl?
Explain the hierarchy levels in jcl?
What is the significance of addrspc parameter in the exec statement?
which utility is used to sort a file in jcl?
Can I share my data with other jobs? How?
What are the rules employed while naming the steps in a job?
what is the resolution for sb37 error
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
When output dataset space is required, what quantity categories are used?
what are JCLLIB and STEPLIB in JCL?
What is Cataloged Procedures?
is there any way to execute more than one proc in the same exec statement at the same time..?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is the use of IEBGENER utility?