Usage Note 23454: How can I delete an entire ODS template store?
Issue PROC DATASETS
with the DELETE statement and a member type of ITEMSTOR.
Specify the template store on the DELETE statement. The
library from which you are deleting the template store must
be removed from the path so that it is not in use.
ods path sashelp.tmplmst(read);
proc datasets lib=sasuser;
delete templat / mt=itemstor;
quit;
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) Data Management ==> Administration
|
| Date Modified: | 2007-10-04 14:41:40 |
| Date Created: | 2003-10-07 08:28:40 |