Rocket® Net Express™ (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
FLAGCD
When used in conjunction with the FLAG directive, FLAGCD flags any directive settings that would cause incompatibility with the specified dialect of COBOL.
Syntax:
>>-.---.-.--------FLAGCD--"severity"-.-----><
+-/-+ +.----.--FLAGCD-------------+
+-NO-+
Parameters:
| severity | A literal showing the severity to assign to flag messages arising from conflicting
directives.
|
Properties:
| Default: | NOFLAGCD (Dialect ) |
| Phase: | Syntax check |
| $SET: | Any |
Comments:
If FLAGCD is specified with no parameters, the messages are assigned the severity given by the FLAGAS directive, if specified; if FLAGAS is not specified, they are produced as flagging messages.
)