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?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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