To change
a table template without completely redefining it, use an EDIT statement.
Using the EDIT statement keeps all of the templates and attributes
that already exist in the table template, and changes only the templates
or attributes specified in the EDIT statement. By default, the modified
table template is stored in Sasuser.Templat with the same name as
the table template specified in the EDIT statement.
To create a new table
template, use the DEFINE TABLE statement. A table template cannot
be a parent to itself because creating a table through inheritance
causes an error, and then the template must be deleted. When you
create a new table template, only the columns, headers, footers, and
table attributes that you define exist in the new table template.
Note: If you edit an existing table
or define a new table with the same name as an existing table, then
the table template is stored in the Sasuser.Templat item store. This
table template is used, by default, unless you specify that the Sashelp.Tmplmst
path is searched first. However, you can use the ODS PATH statement
to store the template elsewhere and access it differently.
See the ODS PATH Statement for more information.