Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59)
is the last one ?

Answer Posted / raghu

time 1440 is max time allocated for ajob for 243days,where as time 1439 means max time allocated fora job for one day

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5060


How do you overcome this limitation ?

698


Are there any set of rules for the names of the steps used in a job?

635


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

634


Explain the function of //cntl statement?

656






what JCL Procedures?

699


What is jcl in mainframe?

688


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


What are steplib and joblib? What for they are used?

694


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1807


what are the types of abends that occur on job failure? And explain the possible causes of these

1116


Explain how can a jobs execution priority be modified?

736


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

999


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

853


How to run cobol program using jcl?

648