Usage Note 24096: How can I copy an entire ODS template store from one location to another?
The template store as a whole can be copied with PROC COPY or PROC DATASETS. (To copy individual templates, see FAQ 3373.)
proc copy in=sasuser out=work mt=itemstor;
select templat;
run;
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:25:06 |
| Date Created: | 2004-07-20 12:32:10 |