Created On: 06 June 2011
Problem:
With runtime 9.0.0, C$PARAMSIZE may cause a Memory Accesso Violation. The same statement is working correctly under previous version of runtime.
Resolution:
This issue may be introduced by ECN-4048, deployed in 9.0.0. To disable this ECN and restore the previous behavior, upgrade to 9.0.1 and use one of the following solutions:
Add the environment variable ECN_4048 in \etc\cblconfi and set it to 0 or FALSE
Compile the program with the pre-9.0.0 compatibility option (-c81)
Add the environment variable ECN_4048 in \etc\cblconfi and set it to 0 or FALSE
Compile the program with the pre-9.0.0 compatibility option (-c81)
Incident #2512590