brazil2006
proc access dbms=sqlservr;
create test.access;
server='sufeshao';
database='sastest';
table='stock';
user='sa';
password='sa';
select all;
run;
proc access dbms=sqlservr;
ERROR: The ACCESS procedure is not supported for this interface, use libname statement to access your data
怎么解决啊?