Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

Answer Posted / sagar

CPU time is assigned to job by default.

But if it is assigned to both job and jobstep, job time
overrides jobstep time.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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) ?

1759


What are hierarchy levels in jcl?

942


how do you code a null statement?

767


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) ?

1742


What is the function of dd name parameter with a 2 part structure; audit.report?

693






How can the disposition of sysout datasets be set for an entire jobstream?

830


What is multithreading in jcl?

930


which utility is used a dummy utility?

779


define cond parameter in jcl?

766


Explain how can a jobs execution priority be modified?

729


Explain how can the attributes of one sms dataset be copied to another dataset?

700


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

802


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

914


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

847


what is DD statement is used in JCL?

675