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 (June 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 24 Jun 2002 15:35:09 -0700
Reply-To:     Nick Paszty <paszty@XOMA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nick Paszty <paszty@XOMA.COM>
Organization: http://groups.google.com/
Subject:      Finding ASCII special characters
Content-Type: text/plain; charset=ISO-8859-1

hello.

SAS v 8.2 solaris 2.7 and 2.8.

is there a way to create alternative <= and => symbols, with the = sign being a line as long as and parallel to the lower leg of the < and > symbols? i've run

data _null_; do i=0 to 255; x=byte(i); put i= x=; end; run;

to try and find them on my solaris server but i don't see it in the list.

thanks,

nick


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