
Syntax: TEMPLATE Procedure: Managing
Template Stores
PROC TEMPLATE;
DELETE item-path< / STORE=libref.template-store >;
LINK item-path-1 TO item-path-2 </option(s)>;
LIST <starting-path></ option(s)>;
PATH location(s);
SOURCE item-path </option(s)><STORE=libref.template-store>;
TEST DATA=data-set< / STORE=libref.template-store>;
Statement Task Example
PROC
TEMPLATE
Begin a PROC TEMPLATE template Ex. 1, Ex. 2,
Ex. 3
DELETE Delete the specified item
LINK Create a link to an existing item
LIST List items in one or more template stores Ex. 1, Ex. 2
PATH Specify which locations to write to or read from when you
create or use PROC TEMPLATE items, and specify ...