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 (January 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 28 Jan 2009 15:17:11 -0800
Reply-To:     Richard <richard.hockey@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Richard <richard.hockey@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: Proc Export LIBNAME error?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

On Jan 28, 1:53 pm, art...@NETSCAPE.NET (Arthur Tabachneck) wrote: > Aims, > > Then I would guess that you either don't have the pc access product > licensed, or have to reinstall it. > > Art > ------- > > On Tue, 27 Jan 2009 19:49:06 -0800, aims1...@GMAIL.COM wrote: > >Hi Art, > > >Thanks a lot - that worked! > > >-A > > >On Jan 27, 9:48 pm, art...@NETSCAPE.NET (Arthur Tabachneck) wrote: > >> Aims, > > >> Try it with DBMS=xls and let the list know it that worked. > > >> Art > >> ------- > > >> On Tue, 27 Jan 2009 12:32:40 -0800, aims1...@GMAIL.COM wrote: > >> >Hi All, > > >> >I've been unable to use Proc Export for a few weeks (coincidentally > >> >the problem came up after running a Disk Cleanup on my PC). Here's a > >> >sample of my code: > > >> >proc logistic data = temp descending; > >> > model RC_FS = var1 var2 var3; > >> > title 'RC_FS'; > >> > ods output ParameterEstimates=Estimates; > >> >run; > >> >proc export data=Estimates > >> > outfile='C:\Temp\SAS_Export\Table5\Estimates.xls' > >> > dbms=excel replace; > >> >run; > > >> >I get the following error message: > >> >ERROR: Connect: [] > >> >ERROR: Error in the LIBNAME statement. > >> >Connection Failed. See log for details. > >> >NOTE: The SAS System stopped processing this step because of errors. > > >> >Can't figure out what the issue is. Any help would be appreciated! > > >> >Thanks! > >> >-A- Hide quoted text - > > >> - Show quoted text -

My guess is that when you cleaned up your PC you updated the printer driver. This is a known issue with HP printer drivers. There is a hotfix for it. R


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