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
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain dd statement in jcl?
How to do automated restart when a job abend?
i want to store 20 digits . how will u do it in cobol ?
Why include statement is used in a jcl?
How dummy is used in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain the purpose of dd dummy statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain about ISPF/TSO Commands
How can values be passed from the job stream to an executable program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What dd statement is used to supply the name of a dataset?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
define cond parameter in jcl?