What does the TIME parameter signify ? What does TIME=1440
mean ?

Answer Posted / sankarikumar

TIME parameter specifies the cpu time utilized for the
entire job. if the job exeeds the specified time then s322
abend occur.
1440 - 24 hrs

Is This Answer Correct ?    14 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are steplib and joblib?

725


Explain how can an in-stream dataset be terminated?

702


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

820


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

816


Is it possible to code instream data in a PROC?

752






Explain how can the submitting users racf authority be overridden in a job stream?

672


What statement can be used to send data to another mvs jes3 node?

826


What is the purpose of dd dummy statement?

943


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

631


what is the difference between JES3 and JES2?

681


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

854


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


What are the parameter we cannot use in procedure?

640


How can the submitting users racf authority be overridden in a job stream?

756


What does a disposition of (MOD,DELETE,DELETE) mean ?

668