Imasasor 发表于 2013-1-15 18:30 
请把问题描述得详细一点,程序和日志,文件类型等
PROC IMPORT DBMS=EXCEL OUT=mydata
DATAFILE='C:\mydata.xlsx' REPLACE;
SHEET='Sheet1';
Run;Quit;
用这样的程序可以导入EXCEL吗
NOTE: AUTOEXEC processing completed.
NOTE: Attachments for -16 reestablished for new parent.
NOTE: Import Cancelled.
1 PROC IMPORT DBMS=EXCEL OUT=mydata
2 DATAFILE='D:\mydata.xlsx' REPLACE;
3 SHEET='Sheet1';
4 Run;
ERROR: Connect: ???????????
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 (Total process time):
real time 1.15 seconds
cpu time 0.56 seconds
4 ! Quit;
这是log里出现的问题,请问要怎么改呢