Date: Thu, 15 Mar 2001 11:24:17 -0800
Reply-To: "Huang, Ya" <ya.huang@AGOURON.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Huang, Ya" <ya.huang@AGOURON.COM>
Subject: Re: Help for byte function in unix system
Content-Type: multipart/alternative;
I got it right in our SUN/Solaris,
you system may use different font set,
you can try
data _null_;
do i=1 to 255;
a=byte(i);
put i= ' ' a;
end;
run;
See if you can find it in the list.
Ya Huang
-----Original Message-----
From: Xu, Meifen [mailto:mxu@AMGEN.COM]
Sent: Thursday, March 15, 2001 11:01 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Help for byte function in unix system
Hi there:
Her is what I got from my PC SAS:
1
2 data _null_;
3 call symput('unit', byte(176));
4 run;
NOTE: DATA statement used:
real time 0.71 seconds
cpu time 0.09 seconds
5
6 %put &unit;
°
I want this &unit in my unix Sun02. But I failed to get it. Does someone
can direct me how I can approach it.
Thanks in advance,
Meifen
[text/html]
|