cobol2.hlp (Table of Contents; Topic list)
FLAGCD (↑ Compiler Control)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    FLAGCD
 
  Function:     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"─┬────────
        └─/─┘ └─NO──FLAGCD─────────────┘
 
  Parameters:   severity             A literal showing the severity
                                     to assign to flag messages arising
                                     from conflicting directives.
 
  Default:      NOFLAGCD
 
  Phase:        Syntax check
 
  $SET:         Any
                                    -♦-