Hi,
I am trying to import an Excel spreadsheet into SAS Enterprise Guide 4.3 using the following code:
proc import out=cohort
datafile="\\C:\Datafile.xlsx"
dbms=excel replace;
run;
When I run this, I get an error message saying that dbms type Excel is not valid for import. If I replace excel with xlsx in the code, I get the same error message.
Any help is much appreciated.
There are a lot of permutations between Excel and SAS. Does anything from this thread help?
Tom
I've had the same thing happen. There is a problem with some versions of SAS that you can't import/export to Excel and Access. I convert the Excel file into a text file (tab-delimited or comma-delimited) and then import it.
First thing to check is your licensing; make no assumptions whenever troubleshooting.
Hi,
When I run this, I get an error message saying that dbms type Excel is not valid for import. If I replace excel with xlsx in the code, I get the same error message.
first check ur saseg settings it is only for server thats why u are getting 'dbms type Excel is not valid for import'.
For this u can use import directly.
go to file >> import data >> browse the file, then click ok button, then finish button .
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.