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

Answer Posted / xyz

Specifies the maximum CPU execution time permitted for the
JOB
If actual CPU execution time exceeds value specified in the
TIME parameter, JOB will fail with S322 abend
Formats are
TIME=(minutes, seconds)
TIME=minutes
TIME=(,seconds)
TIME=1440
TIME=NOLIMIT
Seconds can be in the range from 0 to fifty nine

Is This Answer Correct ?    31 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the statement which can be used to send data to another mvs jes3 node?

604


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1039


List the different jcl statements that are not permitted in the procedures?

640


how you will the direct the data to spool using sysout option?

1765


How does jcl specify the job to the operating system?

751






What is condition checking in jcl? Is this possible?

626


Give the syntax of job specifying jcl statement.

640


Why block size is multiple of lrecl in jcl?

915


Differentiate between addressing mode and run mode.

615


Brief description of inline procedure of jcl.

687


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

1006


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

875


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

711


What is jcl in mainframe?

690


Differentiate between the joblib and the steplib statements?

859