proc sql;
connect to odbc(dsn="" user="" password="");
create table my_table as
select * from connection to odbc
(
select top 100 * from dbnm.schnm.tblnm
);
disconnect from odbc;
quit;
proc print data=my_table;
run;
Retrieved from http://test.databaser.net/moniwiki/wiki.php/SAS에서ODBC를이용하여DBMS에Query하기 last modified 2018-04-13 23:12:53