Methods of Combining SAS Data Sets |
Concatenating combines two or more SAS data sets, one after the other, into a single SAS data set. You concatenate data sets using either the SET statement in a DATA step or the APPEND procedure. The following figure shows the results of concatenating two SAS data sets, and the DATA step that produces the results.
Concatenating Two SAS Data Sets
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.