SAS 9.1 import wizard is having problem with excel file imports, it works ok for .txt files.
I was using the same files to work in SAS in Oct this year , it worked well.
Now, I tried using both the import wizard and command line approach, same result.
This is the sas log message which I get -
1 PROC IMPORT OUT= WORK.fam
2 DATAFILE= "C:\Documents and Settings\RU46493\Desktop\PD\LRRK2_11085.xls"
3 DBMS=EXCEL REPLACE;
4 SHEET="'G2019S-all$'";
5 GETNAMES=YES;
6 MIXED=NO;
7 SCANTEXT=YES;
8 USEDATE=YES;
9 SCANTIME=YES;
10 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.54 seconds
cpu time 0.17 seconds
Also for some reason, after I reinstalled SAS ( thinking it might sort the problem )it has gone to -
Expiration: 31DEC2005.
Grace Period: 45 days (ending 14FEB2006).
Warning Period: 45 days (ending 31MAR2006)
... View more