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 (December 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: John Mike <sasslick@GMAIL.COM>
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


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