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 are hierarchy levels in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How can a stopped job be started again?
what is JCL?
Explain the function of the steplib dd statement?
how you can direct the data to spool using SYSOUT option?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is there any command to check wether the ps file is in sorted order?
Explain about LMFREE�free data set from its association with data ID
Can we call instream to catalog and catalog to instream?
How does jcl act on code(if you take a cobol program)?
how to do automated restart when a job abends?
How can values be passed from the job stream to an executable program?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK