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 (December 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 13 Dec 1999 14:06:41 -0500
Reply-To:     Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Subject:      Re: Removing non - printable chars from fields
Content-Type: text/plain; charset=US-ASCII

It's best to think of the manuals as a source of building blocks for solutions, and not as a source of "turnkey" solutions.

Hex strings are a particular type of character constant. Character constants are a subset of character expressions. Functions generally accept expressions as arguments. So it would be exceptional and surprising if one could *not* use a hex string as an argument in the COMPRESS function.

> Well perhaps, if you happen to know that '0D'x is a legitimate entry to > compress. I have found no reference to this in the manuals.

> > 10 seconds' worth of experimentation reveals that the > > COMPRESS function > > accepts hexadecimal codes.


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