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.
VSC2 (↑ Allowing Language Features)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    VSC2
 
  Function:     Specifies that words reserved in IBM VS COBOL II are
                to be treated as reserved words, and allows features
                selectively for compatibility with a given level of
                that product.
 
  Syntax:
 
     ─┬───┬─┬───────VSC2──"integer"─┬─────────
        └─/─┘ └┬────┬─VSC2────────────┘
               └─NO─┘
 
  Parameters:   integer              The level of IBM VS COBOL II to
                                     be compatible with.
 
  Default:      NOVSC2
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-