BookmarkSubscribeRSS Feed
jiashenke
Calcite | Level 5

SAS Server Server Server Server Operating System (Windows 2012)

SASServer software

SASEG Client Operating System (Windows 10)

SASEG software

Office 2013 or Office 2016

Access Database Engine (Excel ODBC Driver)

 

 

 

The following statement can be used to import Excel files into SAS, which is completely imported without parameters.

 

libname DDTWB XLSX "\\192.168.10.211\SASDocs\Test\HTST00003\Docs\SP\SDTM\HPR SP-001-T04-I Data Mapping Tool_HTST00003.xlsx" ;

Figure 1

 

 

The following statement can be used to import Excel file into SAS, then show Class not Registered, which calls Access Database Engine, the driver of Excel ODBC.

libname DDTWB EXECL“\\192.168.10.211\SASDocs\Test\HTST00003\Docs\SP\SDTM\HPR SP-001-T04-I Data Mapping Tool_HTST00003.xlsx" mixed=yes dbmax_text=23767 header=no;

Figure 2

4 REPLIES 4
jiashenke
Calcite | Level 5
Thank you very much!I'll collect it and send it to you later.
SASKiwi
PROC Star

Your class not registered error is most likely due to 64-SAS trying to communicate with 32-bit MS Office. This can be solved by downloading the MS Office 64-bit JET engine from the Microsoft website.

 

Why do you need to use the EXCEL engine when the XLSX engine successfully assigns?

 

 

jiashenke
Calcite | Level 5
Thank you! I'll test it later.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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