cobol2.hlp (Table of Contents; Topic list)
ADDRSV (↑ Allowing Language Features)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    ADDRSV
 
  Function:     Adds one or more specific reserved words to the reserved
                word list so that they will be recognized as reserved words
                within the user program.
 
  Syntax:
                       ┌────────────┐
                       ▼            │
     ─┬───┬──ADDSYN────"rsv-word"───────────────
        └─/─┘
 
  Parameters:   rsv-word             A reserved word in some dialect
                                     of COBOL, but not necessarily in a
                                     dialect specified for this compilation.
 
  Default:      No additional reserved words are created.
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-