Hi All,
We are migrating our 32-bit application from Solaris to RHEL 8.8. We are using Enterprise Developer 6 and planning to upgrade it to 8 once the migration is completed with the same configuration as in Solaris.
We are running Cobol program which reads table data and prints accounting extract with credit and debit summary after compiling the Cobol programs in RHEL environment. We are facing rts32 : Error 114 encountered during finalization error when running the .gnt but it is working fine when running with .int. In both the cases Output extract is getting generated successfully and program is not stopping abruptly. In animator we are not getting this error
We are using the same compile scripts in both the platforms, we have not changed any settings
cobrun /tlcapp/bin/<program_name>.gnt --> Output file is getting generated as expected but getting error as rts32 : Error 114 encountered during finalization
cobrun /tlcapp/bin/<program_name>.int --> Output file is getting generated as expected and no errors printed
Could you please suggest any troubleshoot steps. We tried to generate a core dump using the COBCONFIG setting but the core dump is not getting generated for this error