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?

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