Chapter Contents

Previous

Next
The TEMPLATE Procedure

DEFINE FOOTER Statement


Creates a definition for a table footer.

Requirement: An END statement must be the last statement in the definition.
Featured in: Creating a New Table Definition and Creating a Stand-alone Style Definition
See: DEFINE HEADER Statement


DEFINE FOOTER footer-path< / STORE=libname.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 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 DEFINE HEADER Statement.


Chapter Contents

Previous

Next

Top of Page

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