This context is valid because an automatic, internal conversion using the BEST. format
will be performed (with no warning messages).
Initializing Dynamic Variables and Macro
Variables
The main difference between dynamic variables and macro variables is that they are
initialized differently.
For dynamic variables, use the DYNAMIC statement with PROC SGRENDER as
shown in the following example.
proc sgrender data=financial template=timeseries;
dynamic yvar="inflation" ylabel="Inflation Rate";
run;
Values for dynamic variables that resolve to column names or strings should be quoted.
Numeric values should not be quoted.
For macro variables, use ...
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.