Chapter Contents

Previous

Next
The 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.

KEYLABEL keyword-1='description-1'
<...keyword-n='description-n'>;


Required Arguments

keyword
is one of the keywords for statistics that is discussed in Statistics 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 quotes.
Restriction: Each keyword can have only one label in a particular PROC TABULATE step; if you request multiple labels for the same keyword, PROC TABULATE uses the last one that is specified in the step.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.