cobol2.hlp (Table of Contents; Topic list)
MF (↑ Allowing Language Features)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    MFLEVEL
                MF
 
  Function:     Facilitates forward compatibility with Micro Focus
                products by selectively enabling Micro Focus-specific
                reserved words and changing the behavior of certain
                features to be compatible with particular versions.
 
  Syntax:
 
     ─┬───┬─┬───────┬─MFLEVEL─┬─"integer"─┬───
        └─/─┘ │       └─MF──────┘           │
              └┬────┬─┬─MFLEVEL─┬───────────┘
               └─NO─┘ └─MF──────┘
 
  Parameters:   integer              The level of Micro Focus COBOL
                                     to be compatibile with.
 
  Default:      MF "8"
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-