Makes the Compiler produce language-level certification flags when it finds syntax that is not part of a specified dialect of COBOL.
>>-.---.-.-----FLAG-----"dialect"-.-------->< +-/-+ +-NO--FLAG---------------+
dialect | A literal identifying the dialect.
|
Default: | NOFLAG (DIALECT DIALECT |
Phase: | Syntax check |
$SET: | Any |
You cannot use DG, RM or MS as a dialect.
When creating a program that is to be fully ANSI'85 conforming, use:
ANS85 FLAG"ANS85"
and correct anything that causes a flagging message to be produced.