label height="Height in CM" weight="Weight in KG";
file print ods=(template="mygraphs.scatter");
put _ods_;
run;
Initializing Template Dynamic Variables and
Macro Variables
A useful technique for generalizing templates is to define dynamic variables or macro
variables that resolve when the template is executed.
You can create new macro variables or use the automatic macro variables that are
defined in SAS, such as the system date and time value (SYSDATE). Both types of
macro variables must be declared before they can be referenced. Whereas automatic
macro variables do not require initialization, ...
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.