what happens if job falls in loop ? how to resolve it ?
Answer Posted / srk
we can specify a time limit for the execution of the job or
job step through time parameter, after the time limit is
reached the job or job step is automatically terminated.
//jobname job time=(minits,seconds)
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how can you check if a file is empty using jcl?
How jcl work to handle various input output file operations?
What is the use of symbol // in jcl?
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.
Explain the job statement in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Is there any command to check wether the ps file is in sorted order?
What is the use of disp parameter?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What do you understand by the terms: joblib and steplib?
What is Cataloged Procedures?
Explain the jcl exec statement?
How to pass the parameter in parm using linkage section ? (syntax)?
What is multithreading in jcl?