LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 18 Sep 2001 16:49:33 -0700
Reply-To:     Cassell.David@EPAMAIL.EPA.GOV
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "David L. Cassell" <Cassell.David@EPAMAIL.EPA.GOV>
Subject:      Re: macro language enhancement
Comments: To: SK <shkim@EROLS.COM>
Content-type: text/plain; charset=us-ascii

On 18 Sep 01 21:08:35 GMT, rjf2@CDC.GOV (Fehd, Ronald J.) wrote:

>in the select clause >allow a CR/LF == CarriageReturn+LineFeed >as argument to the >separated by >clause.

SAS might want to call Ron's concept something like 'NEWLINE', because this is going to change on an OS-by-OS basis. Win32 uses CR/LF. But unix uses only the Linefeed character to mark the newline. And the Mac OS uses what win32 systems think is the carriage return character. And so on and so on...

What about the ability to specify the hex for the symbol or symbols you want in the 'separated by' clause? Then you could easily insert a newline, or a tab, or even a formfeed. Or...

David -- David Cassell, CSC Cassell.David@epa.gov Senior computing specialist mathematical statistician


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