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 is the function of job statement in jcl?

629


what is the JCL statement consists of?

689


Is automatic restart possible in jcl? If yes, how?

648


What is NOTCAT ?

732


what is DD statement is used in JCL?

673






Explain the job statement in jcl?

637


What do you understand by the term notcat 2 – gs?

741


For what purpose steplib and joblib are used ?

678


Is it possible to define dd statements as you want?

640


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

846


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

930


what operation is performed by job statement?

651


What is job control language?

603


Matching Logic in Jcl not in cobol.Could any one please answer this question

3666


What is the function of the dd mgmtclas keyword in sms datasets?

728