<?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: Superscript in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603451#M174843</link>
    <description>&lt;P&gt;Yes,&amp;nbsp;Please find the below, i want final report like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Week 2&lt;BR /&gt;Change from baseline&lt;BR /&gt;Number&lt;BR /&gt;Mean (SD) -&lt;BR /&gt;LS Mean (SE) &lt;FONT size="3" color="#FF9900"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/FONT&gt; -&lt;BR /&gt;LS Mean Diff vs. matching placebo (95% CI) &lt;FONT size="3" color="#FF9900"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/FONT&gt; -&lt;BR /&gt;P-value vs. matching placebo &lt;FONT size="3" color="#FF9900"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/FONT&gt; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like this i have multiple sections , so i am going to create macro with ion data set level.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2019 08:05:38 GMT</pubDate>
    <dc:creator>KalaBhairava</dc:creator>
    <dc:date>2019-11-12T08:05:38Z</dc:date>
    <item>
      <title>Superscript</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603449#M174841</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data new;&lt;/P&gt;&lt;P&gt;set old;&lt;/P&gt;&lt;P&gt;do param="LS Mean (SE) &lt;STRONG&gt;&lt;FONT size="3" color="#993366"&gt;A&lt;/FONT&gt;&lt;/STRONG&gt;"; output; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hear i want hightailed A as superscript with in data set , how can ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 07:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603449#M174841</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2019-11-12T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603450#M174842</link>
      <description>&lt;P&gt;Do you want A to be a superscript within a data set? Why?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 07:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603450#M174842</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-11-12T07:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603451#M174843</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;Please find the below, i want final report like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Week 2&lt;BR /&gt;Change from baseline&lt;BR /&gt;Number&lt;BR /&gt;Mean (SD) -&lt;BR /&gt;LS Mean (SE) &lt;FONT size="3" color="#FF9900"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/FONT&gt; -&lt;BR /&gt;LS Mean Diff vs. matching placebo (95% CI) &lt;FONT size="3" color="#FF9900"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/FONT&gt; -&lt;BR /&gt;P-value vs. matching placebo &lt;FONT size="3" color="#FF9900"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/FONT&gt; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like this i have multiple sections , so i am going to create macro with ion data set level.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 08:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603451#M174843</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2019-11-12T08:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603462#M174848</link>
      <description>&lt;P&gt;Data sets contain strings (and numbers). Not formatting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The string can be a markup for some language, for example&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;A = "E=mc&amp;lt;superscript&amp;gt;2&amp;lt;/superscript&amp;gt;";&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;but it's still a string,&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 10:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603462#M174848</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-11-12T10:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603464#M174849</link>
      <description>&lt;P&gt;The other option if you have UTF8 data set is to store Unicode values.&lt;/P&gt;
&lt;P&gt;Here are the values you might want to use &lt;A href="https://www.fileformat.info/info/unicode/block/superscripts_and_subscripts/list.htm" target="_blank"&gt;https://www.fileformat.info/info/unicode/block/superscripts_and_subscripts/list.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's not an &lt;STRONG&gt;a&lt;/STRONG&gt; anymore though, it's a different character.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 10:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Superscript/m-p/603464#M174849</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-11-12T10:11:22Z</dc:date>
    </item>
  </channel>
</rss>

