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
-
- 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.
Copyright © SAS Institute Inc. All rights reserved.