Date: Tue, 25 Mar 2003 09:18:08 +0100
Reply-To: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Subject: Re: Splitting text put to log
Content-Type: text/plain; charset="iso-8859-1"
Hi Richard,
Indeed, both in SAS 6.12 and 8.2 the CRLF are being displayed as rectangles.
I don't know how to change that. Maybe someone else does. If you run the
program in batch, generating a log file on disk, the CRLF shows as expected.
Regards - Jim.
--
Y. (Jim) Groeneveld, MSc IMRO TRAMARKO tel. +31 412 407 070
senior statist./data man. P.O. Box 1 fax. +31 412 407 080
J.Groeneveld@ITGroups.com 5350 AA BERGHEM, NL www.imrotramarko.com
My computer is very much engaged in politics, it is quite Right, so I am
Left alone.
Notice of confidentiality: this e-mail may contain confidential information
intended for the addressed recipient only.
If you have received this e-mail in error please delete this e-mail and
please notify the sender so that proper delivery can be arranged.
> -----Original Message-----
> From: Richard A. DeVenezia [mailto:radevenz@IX.NETCOM.COM]
> Sent: 25 March 2003 02:48
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Q: Splitting text put to log
>
>
> If I have some text with embedded cr/lf and it is put, the
> log shows the
> cr/lf as two block characters.
> Is there a way to have the log 'honor' the cr/lf and show
> each line on it's
> own line ?
> data _null_;
> x = 'line a' || '0d0a'x || 'line b' || '0d0a'x || 'line c';
>
> put x=;
>
> run;
>
> --
> Richard A. DeVenezia, http://www.devenezia.com
>
|