December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form, PROC APPEND:
PROC APPEND BASE=SAS-data-set DATA=SAS-data-set;
RUN;
BASE=SAS-data-set
names the data set
to which you want to add observations.
DATA=SAS-data-set
names the SAS data
set containing observations that you want to append to the end of
the BASE= data set.
|
Read now
Unlock full access