Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59)
is the last one ?
Answers were Sorted based on User's Feedback
Answer / rup
No, we cannot give because maximum time limit is 1440
minutes. TIME = (1440, 59) exceeding time limit ..
TIME = (1439, 59) is True.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / vinay sonar
Maximum time is only 1440 minutes.If we didnt specify time
parameter or TIME=NOLIMIT then by default it will consider
1440 minutes
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / archana
It can be either TIME=(1439, 59) or TIME=1440. When
TIME=1440, then maximum time will be allocated to the job.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / 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 |
what is XSUM in some fields= none, xsum ??
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
What is COND=ONLY ?
what is DD statement is used in JCL?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
how to code instream data in procedure?
Differentiate between addressing mode and run mode.
Differentiate between the joblib and the steplib statements?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation