Usage Note 23446: This is how you can override the default path that ODS uses to read and write templates
By default the
path is SASUSER.TEMPLAT(UPDATE) SASHELP.TMPLMST(READ).
Set the path by issuing the ODS PATH statement
or by using the PATH statement within PROC TEMPLATE.
Here is an example:
ods path(prepend) work.template(update);
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | low |
Topic: | SAS Reference ==> ODS (Output Delivery System) Data Management ==> Administration
|
Date Modified: | 2010-08-19 10:01:52 |
Date Created: | 2003-09-30 11:50:43 |