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 (August 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 28 Aug 2007 12:41:13 -0500
Reply-To:     "data _null_;" <datanull@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "data _null_;" <datanull@GMAIL.COM>
Subject:      Re: Reading tab delimited files
Comments: To: "Simon, Lorna" <Lorna.Simon@umassmed.edu>
In-Reply-To:  <E2B5EBDD92CF104E9AC69D6B563466C995D75D@EDUNIVMAIL11.ad.umassmed.edu>
Content-Type: text/plain; charset=ISO-8859-1

The tab is hex character 09. Use delimiter='09'x.

On 8/28/07, Simon, Lorna <Lorna.Simon@umassmed.edu> wrote: > How do I read I tab-delimited file into sas? I tried delimiter=tab and > dsd delimiter=tab on the infile statement, but it is only reading in the > 1st variable. >


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