| PRINT The
PRINT command prints
variables.
In general, the format is:
PRINT vars / options
The available options are:
| Option |
Description |
|
BYVAR
|
Prints one variable at a time.
|
|
FORMAT
|
The currently defined FORMAT is used.
|
|
NEWLINE
|
These options will start a new line, page or sheet
|
|
NEWPAGE
|
before printing. The NEWSHEET option will only
|
|
NEWSHEET
|
work on page printers which use a : as the new sheet control character.
|
|
NONAMES
|
The heading of variable names is deleted.
|
|
WIDE
|
Uses 120 columns, NOWIDE will use 80 columns.
|
|
BEG= END=
|
Resets the sample size for the given PRINT command.
|
You may print a series of vectors, in which case they will
appear as columns on the page. If you only print one vector it will be presented in horizontal format.
|