Problem:
This error occurs during compile after upgrading to new release. Previous release truncated to 30 characters.
Resolution:
To be compatible with the earlier versions of COBOL, code the compiler directive MF. If MF"10" or lower is specified, data names are truncated to 30 characters.
-C MF=10
Old KB# 2106