Date: Thu, 15 Mar 2001 11:01:11 -0800
Reply-To: "Xu, Meifen" <mxu@AMGEN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Xu, Meifen" <mxu@AMGEN.COM>
Subject: Help for byte function in unix system
Content-Type: text/plain; charset="iso-8859-1"
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
|