Previous Page
|
Next Page
TEMPLATE Procedure: Creating Crosstabulation Table Templates
Syntax
Procedure Syntax
PROC TEMPLATE Statement
CELLSTYLE AS Statement
CELLVALUE Statement
DEFINE CELLVALUE Statement
DEFINE CROSSTABS Statement
DEFINE FOOTER Statement
DEFINE HEADER Statement
DYNAMIC Statement
END Statement
FOOTER Statement
HEADER Statement
NOTES Statement
TEXT Statement
Overview
Concepts
Using
Examples
Creating a Customized Crosstabulation Table Template with No Legend
Creating a Crosstabulation Table Template with a Customized Legend
Adding Custom Formats to Cellvalues
CELLVALUE Statement
Specifies the order in which the cellvalues are stacked in the cells.
Interaction:
If a cellvalue symbol that was specified by the DEFINE CELLVALUE statement is not present in the list, it will not appear in the crosstabulation table.
See:
Creating a Customized Crosstabulation Table Template with No Legend
Syntax
Required Argument
Syntax
CELLVALUE
cellvalue(s)
;
Required Argument
cellvalue(s)
specifies one of the nine possible cellvalues created by the DEFINE CELLVALUE statement.
cellvalues
are ordered from the top to the bottom.
See:
DEFINE CELLVALUE Statement
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page