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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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