TEMPLATE Procedure: Overview
Syntax
PROC TEMPLATE;
DEFINE
COLUMN column-path </
STORE=libref.template-store>;
<column-attribute-1; <...column-attribute-n;>>
statements
DEFINE FOOTER footer-path </
STORE=libref.template-store>;
<footer-attribute-1; <...footer-attribute-n;>>
statements
DEFINE HEADER template-name </
STORE=libref.template-store>;
<header-attribute-1; <...header-attribute-n;>>
statements
DEFINE STYLE style-path </
STORE=libref.template-store>;
<PARENT= style-path;>
statements
DEFINE TABLE table-path </
STORE=libref.template-store>;
<table-attribute-1; <...table-attribute-n;>>
statements
DEFINE TAGSET tagset-path </
STORE=libref.template-store>;
<event-attribute-1; <...event-attribute-n;>>
statements
DELETE template-path </
STORE=libref.template-store >;
EDIT template-path-1 <AS template-path-2> </
STORE=libref.template-store > ;
statements-and-attributes
LINK template-path-1 TO template-path-2 </ option(s)>;
LIST <starting-path></ option(s)>;
SOURCE template-path </
option(s)>;
TEST DATA=
data-set </
STORE=libref.template-store>;
Copyright © SAS Institute Inc. All rights reserved.