Date: Thu, 2 Dec 2010 10:27:35 -0800
Reply-To: "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Subject: Re: superscripts in proc report
In-Reply-To: A<AANLkTinE5RME5GswvGxjs90F1bd5pSW4ZQV-QfMmzROj@mail.gmail.com>
Content-Type: text/plain; charset="us-ascii"
Hi John,
http://support.sas.com/kb/3/673.html
data test;
set sashelp.class;
label Weight=Weight'b2'x;
run;
proc report data=test;
run;
Hope this is helpful.
Mark Terjeson
Investment Business Intelligence
Investment Management & Research
Russell Investments
206-505-2367
Russell
Global Leaders in Multi-Manager Investing
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
John Mike
Sent: Thursday, December 02, 2010 8:40 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: superscripts in proc report
How to get supescripts in column headings of proc report?
thanks in advance
john
|