Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?

Answer Posted / harikumar.ch

CPU time is assigned at JOB level, if any step/steps
exceeding the time limit results in abend(s322).

Time specified at job level overrides the time
specified at step level.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In sms datasets, what is the function of the dd avgrec keyword?

655


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

605


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1999


What is NOTCAT ?

740






List the various advantages of using jcl language?

852


what is use of dcb parameter in dd statement?

775


How is the record format of an output dataset specified?

745


how can you check if a file is empty using jcl?

816


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1752


in ways data can be passed to a COBOL program from JCL?

669


Where & How Do You Code Identifier In Jcl?

699


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

803


what is use of disp parameter in dd statement?

665


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

1485