Usage Note 23455: How can I modify the default ODS pathname without redefining the entire list?
Beginning with Release 8.2, several options on the
ODS PATH statement enable you to modify the path without
redefining the entire list. The options are as follows:
- APPEND
- adds the template store to the end of the current path.
- PREPEND
- add the template store to the beginning of the path.
- RESET
- modifies the path back to the defaults.
- REMOVE
- deletes a template store from current path.
Here are example statements:
ods path(prepend) work.template(update);
ods path(append) work.templat(read);
ods path(remove) sasuser.template(update);
ods path reset;
See also the full PROC TEMPLATE FAQ and Concepts.
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) Third Party ==> Output ==> HTML Third Party ==> Output ==> RTF Third Party ==> Output ==> Postscript Third Party ==> Output ==> PDF Data Management ==> Administration
|
| Date Modified: | 2007-10-04 14:35:51 |
| Date Created: | 2003-10-07 08:31:16 |