The new Adabas 8.3.1 release causes Ramis to abnormally end with a S0C4.
The S0C4 ABEND occurs because the Ramis Adabas interface module, R740QADA, is returning to its calling module, R740NUC2, in the wrong addressing mode.
The return address does not exist, resulting in the S0C4 ABEND.
Release: 7.4
Relinking the R740QADA module with an additional MODE AMODE(31) RMODE(24) statement within the JCL member LY74ADAB corrected the problem.