Hello,
I am not sure how to import a table (orig) from MS ACCESS
I assume it is something like the following:
PROC IMPORT DATAFILE:"C:\myAccessDB.MDB ORIG"
out=MyData
DBMS=ACCESS2004;
getnames=YES;
run;
I am confused how to specify a table named orig...
Thank You
Rina
I am not sure how to import a table (orig) from MS ACCESS
I assume it is something like the following:
PROC IMPORT DATAFILE:"C:\myAccessDB.MDB ORIG"
out=MyData
DBMS=ACCESS2004;
getnames=YES;
run;
I am confused how to specify a table named orig...
Thank You
Rina