BookmarkSubscribeRSS Feed
Ihsan-Mahdi
Quartz | Level 8

I got this error

ERROR: Connect: Class not registered

Ihsan-Mahdi
Quartz | Level 8
Shouldn't this affect all functions?! Why the EXCEL engine in particular?!!
Kurt_Bremser
Super User

The older, Windows-only interfaces to MS Office files depend on MS JET or ACE modules, which need to be in the same bitness as SAS to work. So if you have 32 bit Office installed and 64 bit SAS, SAS will try to load the classes from the 64 bit environment, where they can't be found.

The newer DBMS=XLSX works with native SAS code and does not need any external software. XLSX are compressed XML, so it needs a ZIP engine (already present in SAS) and a XML engine (dito). It's just that LIBNAME XLSX came a little later.

Tom
Super User Tom
Super User

Update your SAS installation.  Your current version in almost 7 years old.

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

Old          9.4m1    15Dec2013 13.1

 

Ihsan-Mahdi
Quartz | Level 8
Working on it, thanks!

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 21 replies
  • 1056 views
  • 3 likes
  • 4 in conversation