End the style. The END statement ends the style. The RUN statement executes PROC
TEMPLATE.
end;
run;
Create the table template Table1. The PROC TEMPLATE statement starts the
TEMPLATE procedure. The DEFINE TABLE statement creates a new table template
called Table1.
proc template;
define table table1;
Specify the symbol that references one macro variable. The MVAR statement
defines a symbol, Sysdate9, that references a macro variable. ODS will use the value of
this macro variable as a string. References to the macro variable are resolved ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.