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


Please Help Members By Posting Answers For Below Questions

What are hierarchy levels in jcl?

1237


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

2126


How can a stopped job be started again?

903


what is JCL?

913


Explain the function of the steplib dd statement?

832


how you can direct the data to spool using SYSOUT option?

1150


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

947


Is there any command to check wether the ps file is in sorted order?

2617


Explain about LMFREE�free data set from its association with data ID

1285


Can we call instream to catalog and catalog to instream?

883


How does jcl act on code(if you take a cobol program)?

960


how to do automated restart when a job abends?

1090


How can values be passed from the job stream to an executable program?

1092


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1559


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

1696