BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Nuzhat
Calcite | Level 5

proc import datafile='E:\source\xls\data2.xls' out=pp1 dbms=excel replace;
sheet='sheet1';
run;

9296 proc import datafile='E:\source\xls\data2.xls' out=pp1 dbms=excel replace;
9297 sheet='sheet1';
9298 run;

ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.
Connection Failed. See log for details.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT used (Total process time):
real time 0.23 seconds
cpu time 0.15 seconds

 

 

i have excel 2007 version and operating system windows 8.1 but i am not using SAS virtual machine or SAS studio i have installed SAS 9.4 setup but excel file is not importing in these it is showing above error then what to do to resolve this error?

1 ACCEPTED SOLUTION
2 REPLIES 2
Nuzhat
Calcite | Level 5

No actually i have microsoft excel 2007 extension .xls file or SAS 9.4 so is it possible to import excel 2007 in SAS 9.4?

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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