Previous Page | Next Page

TEMPLATE Procedure: Managing Template Stores

DELETE Statement


Deletes the specified item.
DELETE item-path;


Required Arguments

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.  [cautionend]

Previous Page | Next Page | Top of Page