One-to-One Merging
Overview
General form, basic DATA step
for one-to-one reading:
DATA
output-SAS-data-set;
SET
SAS-data-set-1;
SET
SAS-data-set-2;
RUN;
|
How One-to-One Merging Selects Data
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.