BookmarkSubscribeRSS Feed
Walternate
Obsidian | Level 7

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.

4 REPLIES 4
TomKari
Onyx | Level 15

There are a lot of permutations between Excel and SAS. Does anything from this thread help?

Tom

https://communities.sas.com/thread/40828

Butterfly
Calcite | Level 5

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.

fredmayer23
Fluorite | Level 6

First thing to check is your licensing;  make no assumptions whenever troubleshooting.

reddymano542
Calcite | Level 5

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 .

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 6358 views
  • 0 likes
  • 5 in conversation