Chapter Contents |
Previous |
Next |
The TEMPLATE Procedure |
Requirement: | An END statement must be the last statement in the definition. | ||
Interaction: | In some cases, you can use a DEFINE statement
inside a definition.
| ||
See also: | DEFINE COLUMN Statement, DEFINE HEADER Statement, DEFINE STYLE Statement, and DEFINE TABLE Statement |
DEFINE definition-type
definition-path< /
STORE=libname.template-store>;
|
Required Arguments |
COLUMN | STYLE |
FOOTER | TABLE |
HEADER |
Restriction: | If the definition is nested inside another definition, definition-path must be a single-level name. |
Restriction: | If you want to reference the definition that you are creating from another definition, do not nest the definition inside another one. For example, if you want to reference a header definition from multiple columns, do not define the header inside a column definition. |
See also: | For information on setting the current path, see PATH Statement. |
Options |
Restriction: | If the definition is nested inside another definition, you cannot use the STORE= option. |
Availability: | Version 8 of the SAS System |
END; |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.