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 (June 2011, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 30 Jun 2011 02:36:32 -0500
Reply-To:     PRANAV KUMAR SOANKER <saslist.pranav@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         PRANAV KUMAR SOANKER <saslist.pranav@GMAIL.COM>
Subject:      Re: hai..could you help out
Comments: To: sandhya rani <sandhyayalla@gmail.com>
In-Reply-To:  <BANLkTi=gsXFPGL1wmqvC0yS6mrjEKQazpA@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hello,

May be BYTE function should get you there, below is an example for writing superscript, find an ASCII character for Beta and substitute in byte function,

below is sample code,

data n1; *do i = 0 to 255;* * symbol1 = byte(i);* put i symbol1; end; run;

data attrn; set sashelp.class; *unit="kg/m"||strip(byte(178));* run;

Good Luck,

On Thu, Jun 30, 2011 at 1:54 AM, sandhya rani <sandhyayalla@gmail.com>wrote:

> how to create beeta symbol in a dataset?? >


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