|
I'm certain that having 2000+ open data paths is causing the problem.
The job was probably written to handle multiple calls to the same
program recursively. If the calls are not recursive, then the program
that is being called is not closing the file properly. If this is the
case, and it is being called by a CL, you can use the RCLRSC *CALLER to
close the path. I would start by researching the job looking at the
programs that are using the file.
|