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
END Statement
Ends the crosstabulation template or a DEFINE CELLVALUE, DEFINE HEADER, or DEFINE FOOTER code block.
Restriction:
The END statement must be used with the DEFINE CELLVALUE, DEFINE HEADER, DEFINE FOOTER, and DEFINE CROSSTABS statements.
See:
Creating a Customized Crosstabulation Table Template with No Legend
Syntax
Syntax
END
;
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page