level 7
guofei飞天入地
楼主
NOTE: SAS initialization used:
real time 0.85 seconds
cpu time 0.49 seconds
1 proc import out=Sasuser.test1
2 datafile="C:\Users\gyh\Desktop\test1.xls" DBMS=Excel2000;
3 run;
ERROR: UNABLE TO ACCESS MESSAGE 656.3
ERROR:
ERROR: Error in the LIBNAME statement.
Connection Failed. See log for details.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used:
real time 0.56 seconds
cpu time 0.06 seconds
3 ! quit;
源代码:
proc import out=Sasuser.test1
datafile="C:\Users\gyh\Desktop\test1.xls" DBMS=Excel2000;
run;quit;
2017年11月10日 02点11分
1
real time 0.85 seconds
cpu time 0.49 seconds
1 proc import out=Sasuser.test1
2 datafile="C:\Users\gyh\Desktop\test1.xls" DBMS=Excel2000;
3 run;
ERROR: UNABLE TO ACCESS MESSAGE 656.3
ERROR:
ERROR: Error in the LIBNAME statement.
Connection Failed. See log for details.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used:
real time 0.56 seconds
cpu time 0.06 seconds
3 ! quit;
源代码:
proc import out=Sasuser.test1
datafile="C:\Users\gyh\Desktop\test1.xls" DBMS=Excel2000;
run;quit;
