cobol2.hlp (Table of Contents; Topic list)
XOPEN (↑ Allowing Language Features)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    XOPEN
 
  Function:     Specifies that words reserved under the X/Open definition
                of COBOL are to be treated as reserved words.
 
  Syntax:
 
     ─┬───┬─┬───────XOPEN──"level"───┬────────
        └─/─┘ └┬────┬─XOPEN────────────┘
               └─NO─┘
 
  Parameters:   level                Must be 3 or 4. The level of
                                     X/Open definition COBOL to be
                                     compatible with.
 
  Default:      NOXOPEN
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-