BookmarkSubscribeRSS Feed
Jagadishkatam
Amethyst | Level 16

Hi All,

Need a help.

I would like to get the superscrip for b in a footnote in the report. like for example Patients b, this b needs to be displayed in the superscript form using sas code. Any suggestion would be really helpful.

Thanks Jag

Thanks,
Jag
2 REPLIES 2
allurai0412
Fluorite | Level 6


Hi,

I guess the folliwng link wiil help you

http://support.sas.com/kb/3/673.html

Regards

ALLU

kuridisanjeev
Quartz | Level 8

Hi

You can use ods  escapechar for accomplish this..

Just try bellow code..

ods escapechar='^';

ods rtf file="test.rtf";

  proc print data=sashelp.class;

  title 'This value is superscripted^{super 2} ';

   run;

Thanks&Regards.

Sanjeev.K

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 882 views
  • 0 likes
  • 3 in conversation