王鹏建 发表于 2011-12-2 11:08 
和这个问题是一样的:
>Hi SAS friends,
>I am having trouble doing imports and exports using SAS with a SAS code
that had been working well.
>sample of code
>PROC IMPORT OUT= WORK.CHILDREN
>DATAFILE= "C:\Documents and Settings\Administrator\My Docume
>nts\ESIKUKU\Mwangalizi\Mwangalizi_list.xls"
>DBMS=EXCEL REPLACE;
>SHEET="children$";
>GETNAMES=YES;
>MIXED=NO;
>SCANTEXT=YES;
>USEDATE=YES;
>SCANTIME=YES;
>RUN;
>it gives me this error
>
>ERROR: Connect:
>ERROR: Error in Libname statement
>Am unsure what the problem could be.
>Thanks in advance for your help.
>Eva