With column output,
the column numbers indicate the position that each variable value
will occupy in the output line. If a value requires fewer columns
than specified, a character variable is left-aligned in the specified
columns, and a numeric variable is right-aligned in the specified
columns.
There is no limit to
the number of column specifications that you can make in a single
PUT statement. You can write anywhere in the output line, even if
a value overwrites columns that were written earlier in the same statement.
You can combine column output with any of the other output styles
in a single PUT statement.
For more
information, see Using Multiple Output Styles in a Single PUT Statement.