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
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
>
|