1.

When Can A Job Time-out Occur? How To Overcome That?

Answer»

A job time-out error can occur when the program TAKES more time than the time limit for the specified CLASS. This is called a S322 abend. This error is encountered when there are some looping errors in the program and it does not reach COMPLETION.
If the data PROCESSED in the program is genuinely huge and needs more time than the class limit, then the TIME parameter can be coded as TIME = 1440 to get infinite time until job completion.

A job time-out error can occur when the program takes more time than the time limit for the specified class. This is called a S322 abend. This error is encountered when there are some looping errors in the program and it does not reach completion.
If the data processed in the program is genuinely huge and needs more time than the class limit, then the TIME parameter can be coded as TIME = 1440 to get infinite time until job completion.



Discussion

No Comment Found