Controls the spacing between columns in the output of LIST and OUTPUT commands.
SET COLUMNSPACING num
| num | Num can be an integer constant (e.g., 15, 200), a variable, form field, menu item, or parameter that evaluates to an integer, A setting of zero is valid. |
The COLUMNSPACING option is set to 1 by default.
The SET COLUMNSPACING command specifies the number of spaces to be inserted between successive columns in the output generated by the LIST, SELECT, and OUTPUT commands.
To specify three spaces between columns, use the following:
set columnspacing 3