By default all IDEAL MODULEs for IDEAL PROGRAMs are linkedited AMODE(31),RMODE(ANY).
This is a performance consideration and you definitely do NOT want to override the LINKEDIT in IDEAL CREATE MODULE jobs to be 24. Please note that the MODULEs for PANELs must still be linkedited Amode(24),Rmode(24).
The test fix will correct IDEAL code to prevent a fixed-point overflow exception when doing arithmetic. Test fix ST07679 is resolving the same basic problem that RO99884 resolved. In both cases, we cannot tell exactly how or why the data for the arithmetic operation is not valid, but with the solution we can make sure that the operands are good when the SUBTRACT or ADD instruction is done.