COLUMNS

Determines how many columns are displayed. A maximum of 100 columns can be displayed on a subpanel.

Possible values
DYNAMIC
The width of an individual column, and therefore the number of columns displayed, is determined by the width of the column header or the data, whichever is larger. If the column is defined in DISPLAYCOLS with the BAR option, the width may be also be controlled.
MAX(IMUM)
The maximum number of columns available for your screen size:
  • 7 for a screen size of 80
  • 10 for a screen size of 132
  • 14 for a screen size of 160
Optionally, you can specify a number of columns fewer than the maximum, by specifying MAX-n.
N
An integer in the range 1 through x, where x is the maximum number of columns for the screen size.
Default value
DYNAMIC

Example

COLUMNS=6