| Merging SAS Data Sets |
You merge data sets using the MERGE statement in a DATA step. The form of the MERGE statement that is used in this section is the following:
| MERGE SAS-data-set-list; |
| BY variable-list; |
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.