SLABELS Subcommand (CTABLES command)

The SLABELS subcommand controls the position of summary statistics in the table and controls whether summary labels are shown.

/SLABELS POSITION= {COLUMN}  VISIBLE= {YES}
                   {ROW   }           {NO }
                   {LAYER }

By default, summaries appear in the columns and labels are visible.

Example: Summary Label Positioning

CTABLES /TABLE NEWS [COUNT COLPCT].
Figure 1. Default format with summaries in columns and labels displayed
Default format with summaries in columns and labels displayed
CTABLES /TABLE NEWS [COUNT COLPCT] 
  /SLABELS POSITION=ROW VISIBLE=NO.
Figure 2. Table with summaries in rows and labels not displayed
Table with summaries in rows and labels not displayed