TABULATE Procedure

KEYLABEL Statement

Labels a keyword for the duration of the PROC TABULATE step. PROC TABULATE uses the label anywhere that the specified keyword would otherwise appear.

Syntax

Required Arguments

keyword
is one of the keywords for statistics that is discussed in Statistics That Are Available in PROC TABULATE or is the universal class variable ALL. (See Elements That You Can Use in a Dimension Expression.)
description
is up to 256 characters to use as a label. As the syntax shows, you must enclose description in quotation marks.
Restriction:Each keyword can have only one label in a particular PROC TABULATE step. If you request multiple labels for the same keyword, then PROC TABULATE uses the last one that is specified in the step.