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
|