【发布时间】:2014-11-28 04:22:31
【问题描述】:
我想为 xlsm 数据进行 proc 导入。
proc import
out = outdata
datafile = "C:\User\Desktop\data.xlsm"
dbms = excelcs replace;
sheet = "SheetA";
run;
错误信息是:
ERROR: CLI error trying to establish connection: [Microsoft][ODBC Excel Driver]General error
Unable to open registry key Temporary (volatile) Ace DSN for process 0x4058 Thread 0x3dc0
DBC 0x2c1780c Excel'.
ERROR: Error in the LIBNAME statement
当我改用 dmbs=excel 时;我收到以下错误消息:
ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
【问题讨论】:
-
需要更多信息。你有 ACCESS to PC FILES 许可吗?您有 PC 文件服务器吗? 64 位还是 32 位 SAS? 64 位还是 32 位 Excel/Office?
标签: sas