LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 8 Feb 2008 13:38:16 -0800
Reply-To:   mccabe.siobhan@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   mccabe.siobhan@GMAIL.COM
Organization:   http://groups.google.com
Subject:   SAS ODBC engine
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

I am trying to access Interbase files through SAS, but I am having a lot of problems. I do have SAS/ACCESS installed on my computer, as a proc setint confirmed:

Product expiration dates: ---Base Product 30JUN2008 ---SAS/ STAT 30JUN2008 ---SAS/ GRAPH 30JUN2008 ---SAS/ ETS 30JUN2008 ---SAS/ FSP 30JUN2008 ---SAS/ OR 30JUN2008 ---SAS/ IML 29APR2008 ---SAS/ CONNECT 30JUN2008 ---OR OPT 30JUN2008 ---OR PRS 30JUN2008 ---OR IVS 30JUN2008 ---OR LSO 30JUN2008 ---SAS/ACCESS Interface to PC Files 30JUN2008

Here is my syntax: libname files odbc "C:\Documents and Settings\smccabe\My Documents \Interbase";

and here is the error I get: 5 libname files odbc "C:\Documents and Settings\smccabe\My Documents \Interbase"; ERROR: The ODBC engine cannot be found. ERROR: Error in the LIBNAME statement.

It just seems to be unable to find the ODBC functionality.

Any suggestions?


Back to: Top of message | Previous page | Main SAS-L page