Previous Page | Next Page

TEMPLATE Procedure: Creating Tabular Output

DEFINE FOOTER Statement


Creates a template for a table footer.
Requirement: An END statement must be the last statement in the template.
Featured in: Creating a New Table Template and Creating a Stand-Alone Style
See: DEFINE HEADER Statement

DEFINE FOOTER footer-path | Base.Template.Footer
< / STORE=libref.template-store>;
<footer-attribute-1; <...footer-attribute-n; >>
DYNAMIC variable-1 <"text-1"> <... variable-n <"text-n">>;
MVAR variable-1 <"text-1"> <... variable-n <"text-n">>;
NMVAR variable-1 <"text-1"> <... variable-n <"text-n">>;
NOTES "text";
TEXT footer-specification;
TEXT2 footer-specification;
TEXT3 footer-specification;
END;

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

Previous Page | Next Page | Top of Page