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 (June 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments: To: Xu Libin <Libin.Xu@IRS.GOV>

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


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