The code I use is: libname census pcfiles path="C:\Users\mzavalza\Documents\Myriam\Census 2010_ACS data_excel\Cens_ZIP_URBAN AND RURAL.xlsx"; RUN; And I get this error: ERROR: Unable to locate pcfserver.exe. Please install PC Files Server. ERROR: Error in the LIBNAME statement. But when I check my SAS license like this: proc setinit; run; I get in the log that I have the pc files ---SAS/ACCESS Interface to DB2 30JUN2015 ---SAS/ACCESS Interface to Oracle 30JUN2015 ---SAS/ACCESS Interface to Sybase 30JUN2015 ---SAS/ACCESS Interface to PC Files 30JUN2015 ---SAS/ACCESS Interface to ODBC 30JUN2015 ---SAS/ACCESS Interface to OLE DB 30JUN2015 ---SAS/ACCESS Interface to Teradata 30JUN2015 ---SAS/ACCESS Interface to MySQL 30JUN2015 I have to use the pc files isnce my SAS version is 64 bit and my excel is 32 bit
... View more