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.
INTLEVEL (↑ Compiler Control)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    INTLEVEL
 
  Function:     When intermediate code is being created by the compiler,
                this directive controls the level of portability of the code
                created to different versions of Micro Focus products in
                other environments.
 
  Syntax:
 
     ─┬───┬─┬─────INTLEVEL──"integer"──┬──────
        └─/─┘ └─NO──INTLEVEL─────────────┘
 
  Parameters:   integer              Specifies the level of portability
 
  Default:      INTLEVEL "2"
 
  Phase:        Syntax check
 
  $SET:         No
                                    -♦-