cobol2.hlp (Table of Contents; Topic list)
LISTWIDTH (↑ Compiler Control)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    LISTWIDTH
                LW
 
  Function:     Sets the width of the listing.
 
  Syntax:
 
     ─┬───┬─┬────┬─LISTWIDTH─┬─"integer"─┬────
        └─/─┘ │    └─LW────────┘           │
              └─NO─┬─LISTWIDTH─┬───────────┘
                   └─LW────────┘
 
  Parameters:   integer              Width in characters. It must be
                                     between 72 and 132.
 
  Default:      LISTWIDTH "80"
 
  Phase:        Syntax check
 
  $SET:         Any
                                    -♦-