COBOL program terminated after 15 minutes
All,
We are having a strange issue with a new 8.53.08 environment. All previously created environments do not exhibit this issue.
Details: Linux RedHat Enterprise 6
When running what seems like any cobol program, the process is terminated unexpectedly after exactly 15 minutes, with the following error:
Execution error : file
'/opt/apps/psoft/pt853/xxx/cblbin/PTPSQLRT.gnt'
error code: 115, pc=0, call=1, seg=0
115 Unexpected signal (Signal 14)
If a program takes less than 15 minutes, it completes successfully with no issue. We have verified the psprcs.cfg is consistent among environments. Any help would be appreciated. It seems like some time-out somewhere is killing the process, as the Signal 14 indicates a SIGALRM event (timer signal). This occurs running via Process Scheduler, Autosys, or directly from command line on the batch server.