Match-Merging
Overview
General form, basic DATA step
for match-merging:
DATA
output-SAS-data-set;
MERGE
SAS-data-set-1
SAS-data-set-2;
BY
<DESCENDING> variable(s);
RUN;
|
Get SAS Certification Prep Guide: Base Programming for SAS 9, Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.