Originally posted by: tony73
Hi all
last week I did Upgrade AIX on DEV stage from 6.1 to 7.1
After that I compiled a batch cobol program in DEV without any problem.
I copied LOAD in PROD stage (AIX 6.1) and after I've lunched shell to run program.
I've this error:
$ ./VTLRCV02
exec(): 0509-036 Cannot load program ./VTLRCV02 because of the following errors:
rtld: 0712-001 Symbol __setjmp was referenced
from module VTLRCV02(), but a runtime definition
of the symbol was not found.
Whereas a program compiled before the AIX upgrade runs without problem :
$ ./EC102ZIL
===============================================
= = = = = ( INIZIO progr. EC102ZIL ) = = = = =
===============================================
***********************************
* ERRORE OPEN SCHEDA *
***********************************
<Thread 1>
<Thread 1> Traceback:
<Thread 1> Offset 0x00000564 in procedure writeERRmsg
<Thread 1> Offset 0x00000044 in procedure iwzWriteERRmsg
<Thread 1> Offset 0x0000016c in procedure _iwzCallUseProc
<Thread 1> Offset 0x00000400 in procedure _iwzGenericOpen
<Thread 1> Offset 0x000001fc in procedure VTS9000, near line 379 in file /home/darwin/work/DID03/output/VTS9000.cbl
<Thread 1> Offset 0x00028b24 in procedure EC102ZIL, near line 4215 in file /home/darwin/work/DID01/output/EC102ZIL.cbl
<Thread 1> --- End of call chain ---
IWZ200S Error detected during OPEN for file 'PRERR'. File status is: 35.
IWZ901S Program exits due to severe or critical error.
IOT/Abort trap(coredump)
Can you help me, please?
#AIX-Forum