
DSDR KB:
Q:
How do I concatenate two files in SAS?
A:
Here's an example using the person records from the ACS. The Census Bureau has split the records into two relatively equal pieces:
libname lib '/usr/shared/ljn0';
data a;
set lib.pusa lib.pusb;
proc freq;
tables sex agep povpip;
run;
Related Question Groups:
Notice: Undefined index: REMOTE_HOST in /opt/www/htdocs/psc/dis/data/kb/inc/pageCode_answer.inc on line 165