<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to write superscrips and subscripts in Footnotes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-superscrips-and-subscripts-in-Footnotes/m-p/727118#M226078</link>
    <description>&lt;P&gt;I have the a footnotes "QS= 50th percentile of the data" how can I supercript&amp;nbsp; and subscript the "th" in footnotes? in this case only superscript needed but I want to learn how&amp;nbsp; I can do subscripts as well. Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 14:24:19 GMT</pubDate>
    <dc:creator>SASuserlot</dc:creator>
    <dc:date>2021-03-17T14:24:19Z</dc:date>
    <item>
      <title>how to write superscrips and subscripts in Footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-superscrips-and-subscripts-in-Footnotes/m-p/727118#M226078</link>
      <description>&lt;P&gt;I have the a footnotes "QS= 50th percentile of the data" how can I supercript&amp;nbsp; and subscript the "th" in footnotes? in this case only superscript needed but I want to learn how&amp;nbsp; I can do subscripts as well. Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 14:24:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-write-superscrips-and-subscripts-in-Footnotes/m-p/727118#M226078</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2021-03-17T14:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to write superscrips and subscripts in Footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-superscrips-and-subscripts-in-Footnotes/m-p/727184#M226113</link>
      <description>&lt;P&gt;Here's a good resource:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/046.html" target="_self"&gt;http://support.sas.com/kb/24/046.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tested and it seems to work here:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';
proc print data = sashelp.class;
	footnote "QS = 50^{super th} percentile of the data";
	footnote2 "QS = 50^{sub th} percentile of the data";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 17:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-write-superscrips-and-subscripts-in-Footnotes/m-p/727184#M226113</guid>
      <dc:creator>maguiremq</dc:creator>
      <dc:date>2021-03-17T17:03:07Z</dc:date>
    </item>
  </channel>
</rss>

