BookmarkSubscribeRSS Feed
DPraba79
Calcite | Level 5
Hi,

The below code was working in SAS9.1 version. Today morning,i got SAS9.2, when i ran the same code, it give the below error.

ERROR: Connect: Unable to IDBInitialize
ERROR: Error in the LIBNAME statement.
ERROR: Libname MYEXCEL is not assigned.


libname myExcel "C:\folder1\t1.xls";

proc copy in=work out=myExcel;
select data1 data2;
run;

libname myExcel clear;

can anyone help on this? The code is working in olderversion but not in 9.2.

Thanks,
1 REPLY 1
art297
Opal | Level 21
Take a look at the following SAS note:
http://support.sas.com/kb/40/613.html

HTH,
Art

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
  • 1 reply
  • 777 views
  • 0 likes
  • 2 in conversation