Category Variables and Multiple Response Sets (CTABLES command)
Category variables define one cell per value.
See the CATEGORIES
subcommand
for ways of controlling how categories are displayed. Multiple response
sets also define one cell per value.
Example
CTABLES /TABLE HAPPY.

- The counts for HAPPY are in the rows.
Example
CTABLES /TABLE BY HAPPY.

- The counts for HAPPY are in the columns.
Example
CTABLES /TABLE BY BY HAPPY

- The counts for HAPPY are in layers.