FORMAT subcommand (CROSSTABS command)
By default, CROSSTABS
displays tables and subtables. The values for the row and column
variables are displayed in order from lowest to highest. Use FORMAT
to modify the default table display.
AVALUE. Display row and column variables from lowest to highest value. This is the default.
DVALUE. Display row variables from highest to lowest. This setting has no effect on column variables.
TABLES. Display tables. This is the default.
NOTABLES. Suppress Crosstabulation
tables. NOTABLES
is useful when you want to write tables to a file without displaying
them or when you want only the Statistics table. This is the same
as specifying NONE
on CELLS
.