Skip to main content

Problem:

Ensuring that programs are ANSI'85 compliant and setting this directive ANS85, but do not get error messages for syntax elements which are NOT represented in ANSI'85-COBOL.

Resolution:

The ANS85 directive adds the ANSI'85 COBOL features to a selected language level.

Please use the directive DIALECT"ANS85" to restrict the COBOL features to ANSI'85.

Old KB# 3855