| Date: | Tue, 19 Jun 2007 16:29:33 -0400 |
| Reply-To: | Sigurd Hermansen <HERMANS1@WESTAT.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Sigurd Hermansen <HERMANS1@WESTAT.COM> |
| Subject: | Re: tilda(~) delimited file |
|
| In-Reply-To: | <200706192021.l5JIGr9N004037@mailgw.cc.uga.edu> |
| Content-Type: | text/plain; charset="us-ascii" |
Ran:
THE DLM='~' option of the INFILE statement in a Data step will define
the tilde as a variable delimiter. You'll want to read the documentation
of the INFILE and INPUT statements first, though, since much depends on
other attributes of your file.
S
-----Original Message-----
From: owner-sas-l@listserv.uga.edu [mailto:owner-sas-l@listserv.uga.edu]
On Behalf Of Ran S
Sent: Tuesday, June 19, 2007 4:21 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: tilda(~) delimited file
Hi,
I have a tilda(~) delimited file, How can I convert this file to sas
dataset?
Thanks in advance!
|