cobol2.hlp (Table of Contents; Topic list)
FIXING (↑ Object Code)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    FIXING
 
  Function:     Tells the compiler how many times to perform its final
                pass which shortens jump instructions.
 
  Syntax:
 
     ─┬───┬──FIXING──"integer"────────────────
        └─/─┘
 
  Parameters:   integer               Must be between 1 and 99.
 
  Default:      FIXING "99"
 
  Phase:        Generate
 
  $SET:         Any
                                    -♦-