<?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: Insert superscript or special symbols in SAS Output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20092#M3738</link>
    <description>Hi everyone!&lt;BR /&gt;
I have almost solved this problem... Using the ASCII code, you can press ALT+xxxx where xxxx is a four digits number and a wide list of different symbols can be shown. But it's obvious that it's a closed list of values, and I like to know if there is a "superscript option" or something similar to put whatever you want.&lt;BR /&gt;
Moreover, I have stopped using ODS RTF because sometimes the match between the output and the RTF file is not good, and it's difficult to control many things that are easier to control by copying and pasting the SAS output to a RTF file, like the alignment of decimal points, etc.&lt;BR /&gt;
Now I'm treating to find a complete list of ASCII symbols and its shortcuts, but it's a different problem...&lt;BR /&gt;
Thank you very much to those who reply &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
    <pubDate>Tue, 24 Nov 2009 09:32:25 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-24T09:32:25Z</dc:date>
    <item>
      <title>Insert superscript or special symbols in SAS Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20089#M3735</link>
      <description>I'm doing some listings with proc report and then I copy and paste to a Word document from the SAS Output. I would like to put some special characters/superscripts in order to put some footnotes related to the listings columns. How can I do it? Thank you very much!&lt;BR /&gt;
&lt;BR /&gt;
gorkaTU99</description>
      <pubDate>Fri, 20 Nov 2009 11:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20089#M3735</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-20T11:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Insert superscript or special symbols in SAS Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20090#M3736</link>
      <description>My first question is, have you considered skipping the copy and paste step altogether by creating your document in RTF format using ODS?</description>
      <pubDate>Fri, 20 Nov 2009 13:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20090#M3736</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2009-11-20T13:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insert superscript or special symbols in SAS Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20091#M3737</link>
      <description>Hi:&lt;BR /&gt;
  You would use ODS ESCAPECHAR capability to do what you want. Depending on your version of SAS -- 9.1.3 vs 9.2, there is an older version of the syntax, highlighted in these papers:&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2007/099-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/099-2007.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.nesug.org/Proceedings/nesug07/cc/cc18.pdf" target="_blank"&gt;http://www.nesug.org/Proceedings/nesug07/cc/cc18.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.nesug.org/proceedings/nesug07/po/po12.pdf" target="_blank"&gt;http://www.nesug.org/proceedings/nesug07/po/po12.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.lexjansen.com/pharmasug/2006/coderscorner/cc06.pdf" target="_blank"&gt;http://www.lexjansen.com/pharmasug/2006/coderscorner/cc06.pdf&lt;/A&gt;&lt;BR /&gt;
   &lt;BR /&gt;
and a newer, more function-like version of the syntax, highlighted in these papers (for SAS 9.2):&lt;BR /&gt;
&lt;A href="http://www.nesug.org/Proceedings/nesug08/np/np10.pdf" target="_blank"&gt;http://www.nesug.org/Proceedings/nesug08/np/np10.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi31/227-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/227-31.pdf&lt;/A&gt;&lt;BR /&gt;
    &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 20 Nov 2009 13:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20091#M3737</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-11-20T13:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Insert superscript or special symbols in SAS Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20092#M3738</link>
      <description>Hi everyone!&lt;BR /&gt;
I have almost solved this problem... Using the ASCII code, you can press ALT+xxxx where xxxx is a four digits number and a wide list of different symbols can be shown. But it's obvious that it's a closed list of values, and I like to know if there is a "superscript option" or something similar to put whatever you want.&lt;BR /&gt;
Moreover, I have stopped using ODS RTF because sometimes the match between the output and the RTF file is not good, and it's difficult to control many things that are easier to control by copying and pasting the SAS output to a RTF file, like the alignment of decimal points, etc.&lt;BR /&gt;
Now I'm treating to find a complete list of ASCII symbols and its shortcuts, but it's a different problem...&lt;BR /&gt;
Thank you very much to those who reply &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Tue, 24 Nov 2009 09:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20092#M3738</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-24T09:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Insert superscript or special symbols in SAS Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20093#M3739</link>
      <description>Hi:&lt;BR /&gt;
  Glad you found a solution that suits you. Just FYI, there is a JUST=D style attribute that does do decimal alignment.&lt;BR /&gt;
 &lt;A href="http://support.sas.com/kb/24/537.html" target="_blank"&gt;http://support.sas.com/kb/24/537.html&lt;/A&gt;&lt;BR /&gt;
          &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 24 Nov 2009 15:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-superscript-or-special-symbols-in-SAS-Output/m-p/20093#M3739</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-11-24T15:53:11Z</dc:date>
    </item>
  </channel>
</rss>

