from file1 inner join file2 on file1.var1=file2.var1;
quit;
" select file1.*, file2.* " is not quite right. In a data step merge, you get the last value of any same-named variable, but in SQL you must specify which one you want.
from file1 inner join file2 on file1.var1=file2.var1;
quit;
" select file1.*, file2.* " is not quite right. In a data step merge, you get the last value of any same-named variable, but in SQL you must specify which one you want.
PG
Catch up on SAS Innovate 2026
Dive into keynotes, announcements and breakthroughs on demand.