<?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 Re: How to create superscript for &amp;quot;b&amp;quot; in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113707#M10128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree.&amp;nbsp; I can not find superscript "b" in&amp;nbsp; &lt;A class="jive-link-external-small" href="http://www.ascii-code.com/"&gt;ASCII Code - The extended ASCII table&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I am at UNIX, SAS 9.1.3. Guess escape character method is thw way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 13:55:02 GMT</pubDate>
    <dc:creator>Anna_h</dc:creator>
    <dc:date>2013-10-16T13:55:02Z</dc:date>
    <item>
      <title>How to create superscript for "b"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113703#M10124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have created superscript "a" using "aa"x.&amp;nbsp; Also can create supercripts for 2, 3 ...&amp;nbsp;&amp;nbsp; What code is for superscript "b"?&amp;nbsp; Where could I find the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 02:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113703#M10124</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2013-10-16T02:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create superscript for "b"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113704#M10125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding Superscripts and Subscripts&lt;BR /&gt;Here is an example that adds a superscript and a subscript.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ods escapechar='^';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ods listing close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; options nodate number;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; footnote;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods rtf file="inline.rtf";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; proc print data=sashelp.class;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title 'This value is superscripted^{super 2} ';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title2 'This value is subscripted^{sub 2} ';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;Ref:&amp;nbsp; &lt;A href="http://support.sas.com/rnd/base/ods/templateFAQ/Template_rtf.html#super"&gt;http://support.sas.com/rnd/base/ods/templateFAQ/Template_rtf.html#super&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 03:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113704#M10125</guid>
      <dc:creator>Mit</dc:creator>
      <dc:date>2013-10-16T03:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create superscript for "b"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113705#M10126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our system setup does not take this approach with ODS escapechar.&amp;nbsp; It does take hex code.&amp;nbsp; Want to know what hex code is for "b".&amp;nbsp; Hex code for "a" is&amp;nbsp; 'aa'x.&amp;nbsp; It works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 12:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113705#M10126</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2013-10-16T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create superscript for "b"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113706#M10127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically the 'aa'x is a special ascii character referred to as a ordinal indicator (&lt;A href="http://en.wikipedia.org/wiki/Ordinal_indicator" title="http://en.wikipedia.org/wiki/Ordinal_indicator"&gt;Ordinal indicator - Wikipedia, the free encyclopedia&lt;/A&gt;) so technically not a superscript a. I dont think the ascii code set has a&amp;nbsp; superscript "b" look a like. Here is the full code set I usually refer too when looking characters up &lt;A class="active_link" href="http://www.ascii-code.com/" title="http://www.ascii-code.com/"&gt;ASCII Code - The extended ASCII table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the escape character method might be the only way to get at what you need. What do you mean your "system system up does not take this approach with ODS escapechar"? Are you on unix or a mainframe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 13:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113706#M10127</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2013-10-16T13:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create superscript for "b"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113707#M10128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree.&amp;nbsp; I can not find superscript "b" in&amp;nbsp; &lt;A class="jive-link-external-small" href="http://www.ascii-code.com/"&gt;ASCII Code - The extended ASCII table&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I am at UNIX, SAS 9.1.3. Guess escape character method is thw way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 13:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-create-superscript-for-quot-b-quot/m-p/113707#M10128</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2013-10-16T13:55:02Z</dc:date>
    </item>
  </channel>
</rss>

