BookmarkSubscribeRSS Feed
RoryWilsher
Calcite | Level 5

I'm trying to import data held in Excel files which have different file extensions: .xls. .xlt, .xlsx, .xlsm. Is there a single way to import these files? There is a large number of them so I'd prefer not to have to change/update the file type first. The files are read from a Windows 7 network to a SAS EG Unix server using proc import dbms excelcs. 

 

Any help appreciated!

1 REPLY 1
Reeza
Super User

You can try using just PCFILES with either, I think that works, but can't test it at the moment. Otherwise, I think you're going to need at least two different engines. 

 

The XLS should use DBMS=Excel or XLS

The XLSX or XLSM should use either PCFILES or XLSX. 

 

Quickest way is to try it for your set ups. It does partly depend on your version of SAS. 

 

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 584 views
  • 0 likes
  • 2 in conversation