TEMPLATE Procedure: Creating Crosstabulation Table Templates

DEFINE FOOTER Statement

Creates a footer template.
Note: The DEFINE FOOTER statement begins a footer template block. The following statements are commonly used within a DEFINE FOOTER block: DYNAMIC Statement, NOTES Statement, and TEXT Statement.
See: Creating a Customized Crosstabulation Table Template with No Legend

Syntax

DEFINE FOOTER symbol;
<attribute-1;>< attribute-n>;
DYNAMIC variable-1<'text-1'> < variable-n<'text-n'>>;
NOTES 'text';
TEXT header-specification </ expression>;
END;

Required Argument

The substatements in DEFINE FOOTER and the footer attributes are the same as the substatements in DEFINE HEADER and the header attributes. For details about substatements and footer attributes, see the DEFINE HEADER Statement.