LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 19 Apr 2002 11:35:26 -0400
Reply-To:     dave@jadetek.com
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "S. David Riba" <dave@JADETEK.COM>
Subject:      Re: reading data from a text file through ODBC
Comments: To: "Goldman, Brad (AT-Atlanta)" <Brad.Goldman@AUTOTRADER.COM>
Content-Type: text/plain; charset="iso-8859-1"

> I would think that .txt is impossible. How would SAS know where one piece > of data ended and the next began?

Not exactly true. There IS an ODBC text driver. It is possible to use the driver to parse the text into fields. It's been there since ODBC was first introduced.

Dave

---------------------------------------------------------------------------- S. David Riba INTERNET: dave@JADETEK.COM JADE Tech, Inc. http://www.jadetek.com P O Box 4517 Clearwater, FL 33758 SAS Certified Professional - V6 VOICE: (727) 726-6099 A SAS Alliance Partner SSU 2001 Co-Chair www.ssu2001.com SAS. It's not just an attitude

----- Original Message ----- From: "Goldman, Brad (AT-Atlanta)" <Brad.Goldman@AUTOTRADER.COM> Newsgroups: bit.listserv.sas-l To: <SAS-L@LISTSERV.UGA.EDU> Sent: Friday, April 19, 2002 11:26 AM Subject: reading data from a text file through ODBC

> > Date: Fri, 19 Apr 2002 12:52:34 +0200 > > From: Daniele Monzali <Daniele.Monzali@PROMETEIA.IT> > > Subject: reading data from a text file through ODBC > > > > hello all > > does anyone know whether and how it is possibile to configure an ODBC > > textpad driver in order to directly read .csv or .txt data > > files in SAS ? > > I would think that .txt is impossible. How would SAS know where one piece > of data ended and the next began? >


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