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 (April 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 29 Apr 2008 13:26:09 -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: True fixed-length records
Comments: To: Andrew Bell <andrew.bell.ia@gmail.com>
In-Reply-To:  <e80abd30804291104u378d5866s1f75d29270b04b59@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

You don't mention the OS you are using. I suspect that will be important. Also what is going wrong now? Is '0d'x being read as part of the record? Or is it causing a new line. Is 0D embedded in the fixed length records or at the end?

On Tue, Apr 29, 2008 at 1:04 PM, Andrew Bell <andrew.bell.ia@gmail.com> wrote: > Hi, > > I have input data that contains carriage returns, but it is fixed > length. I need SAS to ignore the carriage returns when reading the > data and simply read each N characters as a record. Can you tell me > how I might do this? > > Thanks, > > -- > Andrew Bell > andrew.bell.ia@gmail.com >


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