PROC IMPORT OUT= WORK.EMPLOYEE
DATAFILE= "E:\LDATA\DATA.xlsx"
DBMS=EXCEL REPLACE ;
GETNAMES=YES;
MIXED=NO;
SCANTEXT=YES;
USEDATE=YES;
SCANTIME=YES;
RUN;
ERROR: DBMS type EXCEL not valid for import.
anyone can help
To use this, you need SAS/ACCESS to PC Files
If you run SAS 9.4, try DBMS=XLSX.
It looks like your working on a Server. What type of SAS are you using, EG, Studio, On Demand?
University Edition? Or with your own server?
If UE did you set up your shared drive as indicated in the instructions.
If so, place the file in the myfolders and reference it as '/folders/myfolders/myfile.xlsx' in your infile.
University Edition? Or with your own server?
If UE did you set up your shared drive as indicated in the instructions.
If so, place the file in the myfolders and reference it as '/folders/myfolders/myfile.xlsx' in your infile.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!