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 (November 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 10 Nov 2009 00:02:09 -0800
Reply-To:   pogindo <ogindo.pius@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   pogindo <ogindo.pius@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Error:connect
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

133 proc import out = HPTNDATA.Form01R 134 datatable="Form01R_v1" 135 DBMS=ACCESS2000 replace; 136 Database =" \\Fsp-kec1\Projects\HIV-R\DATA\HPTN 052\Scanning\HPTN 052 Database.mdb"; 137 run;

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. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.70 seconds cpu time 0.25 seconds

Does anyone know how to correct this error. It occurred while I was trying to import data into sas from a link folder.


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