I'm trying to use Proc Import to read an XLSX file into a SAS file, but I'm getting an error message:
16 proc import out=R110035.ssns_provided
17 datafile = 'S:\Requests\2011 Requests\1101\R110035\Misc\From Client.xlsx'
18 dbms = EXCEL replace;
19 run;
ERROR: Unable to open file S:\Requests\2011 Requests\1101\R110035\Misc\From Client.xlsx. It
does not exist or it is already opened exclusively by another user, or you need
permission to view its data.
Am I using the right DBMS option? Is there some other problem?
Thanks,
Jeff