TEMPLATE Procedure: Managing Template Stores
DELETE Statement
Deletes the specified item.
Syntax
Required Argument
- item-path
-
specifies an item to
delete. An item-path consists
of one or more names, separated by periods. Each name represents a
directory in a template store. (A template store is a type of SAS
file.) If the same item exists in multiple template stores, PROC TEMPLATE
deletes the item from the first template store in the current path
where you have Write access.
CAUTION:
Deleting
a directory in a template store deletes all subdirectories and items
in the directory.
If the path that you
specify is a directory rather than an item, PROC TEMPLATE deletes
all the directories and all the items in that directory.
Copyright © SAS Institute Inc. All rights reserved.