BookmarkSubscribeRSS Feed
Ivy
Quartz | Level 8 Ivy
Quartz | Level 8

 

Dear all,

 

I tried to import xlsx to sas 9.2 ,  tried the following :

 

PROC IMPORT DATAFILE= "/path/Drug_codes.xlsx"
OUT= FILES_CONSOLIDATED
DBMS=XLSX
REPLACE;
SHEET="anticancerall";
GETNAMES=YES;
DATAROW= 2;
RUN;

 

ERROR: DBMS type EXCEL not valid for import.

 

and 

 

PROC IMPORT DATAFILE= "/path/Drug_codes.xlsx"
OUT= FILES_CONSOLIDATED
DBMS=XLSX
REPLACE;
SHEET="anticancerall";
GETNAMES=YES;
DATAROW= 2;
RUN;

 

ERROR: DBMS type XLSX not valid for import.

 

I am wondering how I can correct it.

 

Thank you,

Ivy

3 REPLIES 3
Kurt_Bremser
Super User

You need at least maintenance 2 of 9.2 and ACCESS to PC Files licensed.

 

Correction: make that SAS 9.4. Upgrade to the current version, or save your Excel data to a sensible text-based format and import that.

Reeza
Super User

SAS 9.2 was released in 2008 and SAS 9.2 TS1M2 in 2010. You're on quite an old version at this point.

 

http://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-sof...

Ivy
Quartz | Level 8 Ivy
Quartz | Level 8

Thank you, all.

I am copying the data to different sheet to be imported.

 

Have a great weekend,

Ivy

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 1662 views
  • 0 likes
  • 3 in conversation