Date: Mon, 25 Jul 2005 13:15:48 -0700
Reply-To: Jeff Voeller <Jeff.Voeller@MCI.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jeff Voeller <Jeff.Voeller@MCI.COM>
Subject: Re: Linking to a CSV file with LIBNAME
In-Reply-To: <aOadnYd9n5L92XjfRVn-gQ@ulaval.ca>
Content-type: text/plain; charset=iso-8859-1
This sounds like a good use for a DATA step view.
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Louis-René Rheault
Sent: Monday, July 25, 2005 12:58 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Linking to a CSV file with LIBNAME
Hi,
With SAS 9, I was pleased to see how easy it was to link to an Excel
file
with the LIBNAME statement. I'd like to know if it's possible to read
from a
text file (comma or tab separated) in a similar way. I have some text
files
that I use to "feed" some pivot-tables in Excel and I'd really like to
read
from SAS.
I don't want to write in the text files, just read as if it were a SAS
dataset.
Thanks!
Louis
|