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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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