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
Explain dfsort utility?
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 ?
what is use of dcb parameter in dd statement?
What parameter directs the output of the job log dataset?
Is it possible to left uncode disp? If yes, how?
How to pass data to a program that is coded in an exec statement?
What happens if both JOBLIB & STEPLIB is specified ?
Is condition checking possible in jcl?
How do you submit a job for execution?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain how can a stopped job be started again?
What statement can be used to send data to another mvs jes3 node?
What is the function of a dd statement?
which utility is used a dummy utility?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.