December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form, MODIFY
statement with an assignment statement:
DATA SAS-data-set;
MODIFY SAS-data-set;
existing-variable = expression;
RUN;
SAS-data-set
is the name of the
SAS data set that you want to modify.
existing-variable
is the name of the
variable whose values you want to update.
expression
is a function or other
expression that you want to apply to the variable.
|
Read now
Unlock full access