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.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!