What does the TIME parameter signify ? What does TIME=1440
mean ?
Answer Posted / guest
TIME parameter can be used to overcome S322 abends for
programs that genuinely need more CPU time. TIME=1440 means
no CPU time limit is to be applied to this step.
| Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
List the different jcl statements that are not permitted in the procedures?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is the difference between JES3 and JES2?
What is the use of disp parameter?
is there any way to execute more than one proc in the same exec statement at the same time..?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is use of disp parameter in dd statement?
What is the function of job statement in jcl?
How is a type of file defined in the jcl that executes the cobol program?
Explain how can a jobs execution priority be modified?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Name a few IBM utility programs, and explain its function.