Start interactive SAS.
Option 1:Type odstemplates in the command bar
Option 2: Click on the results pane and then right-click on the Results node.
Click on the Templates menu item. This will display the template browser.
Option 3:
In batch SAS, type
PROC TEMPLATE;
LIST;
RUN;