cobol2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
OVERRIDE (↑ Allowing Language Features)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    OVERRIDE
 
  Function:     Replaces a reserved word by a new one.
 
  Syntax:
                       ┌────────────────────────┐
                       ▼                        │
     ─┬───┬─OVERRIDE──"rsv-word" = "user-word"──
        └─/─┘
 
  Parameters:   rsv-word             Existing reserved word.
                user-word            Any COBOL word not the same as an
                                     existing reserved word.
 
  Default:      No change of reserved words takes place.
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-