<?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 superscript a registered mark? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702420#M215137</link>
    <description>&lt;P&gt;This works fine for me:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='!'; 
footnote "Note: xxx Drug !{super !{unicode 24C7}}" ;
proc print data=sashelp.class; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisNZ_0-1606723216008.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52136i35FE1331E01D0D4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisNZ_0-1606723216008.png" alt="ChrisNZ_0-1606723216008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I use ODS HTML. What destination do you use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 08:01:01 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-11-30T08:01:01Z</dc:date>
    <item>
      <title>How to superscript a registered mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702382#M215119</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use SAS 9.4 and below is my code to superscript a registered mark:&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;^{super ^{unicode 24C7}};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it is always presented as "subscript"...&lt;/P&gt;&lt;P&gt;Does anyone have suggestion?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 02:09:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702382#M215119</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2020-11-30T02:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to superscript a registered mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702386#M215122</link>
      <description>&lt;P&gt;Full code please? Is this used in a label, a title, a format, a text? Which output method?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 03:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702386#M215122</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-11-30T03:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to superscript a registered mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702411#M215129</link>
      <description>&lt;P&gt;Below is the full code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nodate nonumber papersize=A4 orientation=landscape topmargin="2cm" leftmargin="0.8cm" bottommargin="0.8cm" rightmargin="0.8cm" missing=" ";
ods escapechar='!'; footnote3 j=l;footnote4 j=l;

title1 j=l "!S={leftmargin=0in} Study: xxx"  j=r "Report: xxx";
title2 j=r "!S={leftmargin=0in} Date: xxx";
proc report data=work.have nowd split='|'
contents="xxx";
columns no a1 a2;
define a1 /display center style=[cellwidth=20mm] 'Subject No.';
define a2 /display center style=[cellwidth=20mm] 'Collection Date';						   
footnote1 j=l ht=9pt "Note: xxx Drug !{super !{unicode 24C7}}】" ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The superscript is used in a footer.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 06:27:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702411#M215129</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2020-11-30T06:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to superscript a registered mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702420#M215137</link>
      <description>&lt;P&gt;This works fine for me:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='!'; 
footnote "Note: xxx Drug !{super !{unicode 24C7}}" ;
proc print data=sashelp.class; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisNZ_0-1606723216008.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52136i35FE1331E01D0D4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisNZ_0-1606723216008.png" alt="ChrisNZ_0-1606723216008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I use ODS HTML. What destination do you use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 08:01:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702420#M215137</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-11-30T08:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to superscript a registered mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702422#M215138</link>
      <description>&lt;P&gt;RTF works too. PDF causes issues with the double escape on my old version(9.4m2).&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;footnote "Note: xxx Drug !{super !{unicode 24C7}}" ;
footnote2 "Note: xxx Drug !{super A}" ;
proc print data=sashelp.class; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisNZ_0-1606723722292.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52137i2AD2D89C56C339AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisNZ_0-1606723722292.png" alt="ChrisNZ_0-1606723722292.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 08:09:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702422#M215138</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-11-30T08:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to superscript a registered mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702431#M215140</link>
      <description>The issue was caused when outputting PDF file as you shown.&lt;BR /&gt;Do you have any suggestion to superscript a symbol with double escape? Thank you!&lt;BR /&gt;BTW, I use&amp;nbsp;9.4 (TS1M7).</description>
      <pubDate>Mon, 30 Nov 2020 09:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702431#M215140</guid>
      <dc:creator>JohnChen_TW</dc:creator>
      <dc:date>2020-11-30T09:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to superscript a registered mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702629#M215206</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;The issue was caused when outputting PDF file as you shown.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;It's much better that you provide the information rather than we spend time guessing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;Do you have any suggestion to superscript a symbol with double escape?&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This looks like a defect to me. You should definitely contact Tech support.&lt;/P&gt;
&lt;P&gt;In the meanwhile, have you tried using the symbol in the code?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 20:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-superscript-a-registered-mark/m-p/702629#M215206</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-11-30T20:35:28Z</dc:date>
    </item>
  </channel>
</rss>

