December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form, %LET statement:
%LET variable=value;
variable
is any name that follows
the SAS naming convention.
value
can be any string from
0 to 65,534 characters.
variable or value
if either contains
a reference to another macro variable (such as
&macvar),
the reference is evaluated before the assignment is made.
|
Read now
Unlock full access