
3. To view the table templates that SAS provides, double-click the item store that
contains a table template, such as Base.
4. From the list view, right-click the table template, such as Summary, and select
Open. The table template is displayed in the Template Browser window.
• Using the TEMPLATE Procedure.
The SOURCE statement writes the source code for the specified template to the SAS
log.
For example, to view the source code for all the objects in Base SAS, submit this
code.
proc template;
source base;
run;
Syntax: The ODSTABLE Procedure
PROC ODSTABLE DATA=data-set-name | NAME=template-name
<PAGEBREAK= NO | YES ><STORE=template-store>;
<table-attribute-1 ...