The following table lists and describes the categories and statements used in the TEMPLATE procedure.
| Task | Statements Category | Statements | Description |
|---|---|---|---|
| Navigate template stores and manage ODS definitions | Template store | DELETE | Deletes the specified definition |
| LINK | Creates a link to an existing definition | ||
| LIST | Lists items in one or more template stores | ||
| PATH | Specifies the locations to write to or read from when creating or using PROC TEMPLATE definitions, and the order in which to search for them | ||
| SOURCE | Writes the source code for the specified definition | ||
| TEST | Tests the most recently created definition bybinding it to the specified data set | ||
| Create or modify ODS style definitions | Style | DEFINE STYLE | Creates a style definition for any destination that supports the STYLE= option |
| Create and modify ODStable, column, header, and footer definitions | Tabular | EDIT | Edits an existing definition |
| DEFINE COLUMN | Creates a definition for a column | ||
| DEFINE FOOTER | Creates a definition for a table footer | ||
| DEFINE HEADER | Creates a definition for a header | ||
| DEFINE TABLE | Creates a definition for a table | ||
| Create or modify markup language tagsets | Markup language tagsets | DEFINE TAGSET | Creates a definition for a tagset |