Date: Thu, 2 Jun 2005 13:08:44 -0700
Reply-To: "Choate, Paul@DDS" <pchoate@DDS.CA.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Choate, Paul@DDS" <pchoate@DDS.CA.GOV>
Subject: Re: Code for tab as a delimiter?
Try -
INFILE 'TEST.TXT' DSD DELIMITER='09'X;
Paul Choate
DDS Data Extraction
(916) 654-2160
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Xu
Libin
Sent: Thursday, June 02, 2005 1:00 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Code for tab as a delimiter?
My apology for the previous message that was not meant to be sent out. I
accidentally hit the wrong key.
Dear SAS-Lers:
I am trying to read into SAS a text file delimited by tab. For the infile
statement I need to enter the code for the tab delimiter such as delimiter='
'. I remember the code for tab as a delimiter is '09'x as delimiter='09x'.
Am I correct?
Thanks in advance for your help.
Libin