BookmarkSubscribeRSS Feed
BJH_MICH
Calcite | Level 5

Have a PROC IMPORT that was running fine until I updated to OFFICE 2016 (from OFFICE 2010)...

I have confirmed that BOTH SAS (9.3) and my OFFICE 2016 are BOTH 32 - bit.

 

proc import file=specs out=formats dbms=excel replace;

range='formats';

getnames=yes;

scantext=yes;

run;

 

Now I am getting this error....Googling this problem people mention it occurs when you have different "bit" for SAS versus OFFICE...but both mine are 32 - bit...

Any other ideas?

 

ERROR: Connect: Class not registered

ERROR: Error in the LIBNAME statement.

 

 

1 REPLY 1
Reeza
Super User

Weird. Nothing else changed?

It's possible a driver was accidentally deleted somehow. 

 

 

proc setinit;run;*what is licensed;

proc product_status;run; *what is installed;

 


@BJH_MICH wrote:

Have a PROC IMPORT that was running fine until I updated to OFFICE 2016 (from OFFICE 2010)...

I have confirmed that BOTH SAS (9.3) and my OFFICE 2016 are BOTH 32 - bit.

 

proc import file=specs out=formats dbms=excel replace;

range='formats';

getnames=yes;

scantext=yes;

run;

 

Now I am getting this error....Googling this problem people mention it occurs when you have different "bit" for SAS versus OFFICE...but both mine are 32 - bit...

Any other ideas?

 

ERROR: Connect: Class not registered

ERROR: Error in the LIBNAME statement.

 

 


 

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!

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
  • 571 views
  • 0 likes
  • 2 in conversation