Hello, I am working on the demo: using an SQL pass-through query from SAS SQL 1:Essentials. But I'm having trouble accessing the results.
proc sql;
connect to pcfiles(path="&path/database/SQL_DB.accdb" dbpassword=sastest);
select * from connection to pcfiles
(select top 10, UserID, Income, State
from customer
order by Income desc);
disconnect from pcfiles;
quit;
Dive into keynotes, announcements and breakthroughs on demand.
Explore Now →Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.