Description:
Increasing the STORMAX parameter from 1M to 2M,
Solution:
STORMAX is both used at compilation time and runtime. The value is used in conjunction with LOADing programs.
Please note that in CA Easytrieve releases 6.4 and earlier versions, the options table is linked into the program.
So, linked programs that require the extra 1M need to be recompiled to pick up the new version of the options table.
Programs which do not require the extra 1M do not need to be recompiled and therefore will not pick up the new option table value at runtime.
Programs going forward which are compiled and linked and then executed will have the 2M for the STORMAX parameter.