How to tailor the COBOL compile CLIST TICCMPL for a COBOL version different to 6.2
The new TICCMPL clist will also work for COBOL 6.3 and 6.4.
It is recommended to use OPT(2) but the OPT compiler option can be modified according to site preference.
The compiler options SIZE and STGOPT are removed from the TICCMPL clist in support of COBOL 6.2 based on the following details:
In Enterprise COBOL V6.2, the default for AFP is also changed from VOLATILE to NOVOLATILE. There is little difference between AFP(VOLATILE) and AFP(NOVOLATILE). The recommendation is to use the default (NOVOLATILE).