|
PROC APPEND BASE=<libref.>SAS-data-set
<DATA=<libref.>SAS-data-set> <FORCE>
<APPENDVER=V6>
<GETSORT>;
|
Note:
The links in the following table are to the DATASETS procedure
documentation, which explains these options. ![[cautionend]](../../../../common/62850/HTML/default/images/cautend.gif)
|
Task |
Option |
|
Add observations from one SAS data set to the end of another SAS data
set |
PROC APPEND
|
|
Add observations to the data set one at a time |
APPENDVER=V6
|
|
Name of destination data set |
BASE= (required) |
|
Name of source data set |
DATA=
|
|
Forces the append when variables are different |
FORCE
|
|
Copies the sort indicator that was established by using PROC SORT from
the DATA= data set to the BASE= data set |
GETSORT
|
|
Suppresses the warning message when used with the FORCE option to concatenate
two data sets with different variables |
NOWARN
|
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.