<?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 Capital letters in subscript in proc sgplot, is it possible? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Capital-letters-in-subscript-in-proc-sgplot-is-it-possible/m-p/556162#M9773</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I am making some sgplots, but the variables at the y-axis have capital letters in subscript: e.g. the "G" in "NEG" should be subscript. Is this possible to do in a sgplot? 
I have found a code for using unicode (&lt;A href="http://support.sas.com/kb/39/267.html" target="_blank"&gt;http://support.sas.com/kb/39/267.html&lt;/A&gt;), but it seems like the subscript capital G does not have an unicode??

I am working in SAS 9.4 for windows&lt;/P&gt;</description>
    <pubDate>Sat, 04 May 2019 10:31:30 GMT</pubDate>
    <dc:creator>Kristinos</dc:creator>
    <dc:date>2019-05-04T10:31:30Z</dc:date>
    <item>
      <title>Capital letters in subscript in proc sgplot, is it possible?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Capital-letters-in-subscript-in-proc-sgplot-is-it-possible/m-p/556162#M9773</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I am making some sgplots, but the variables at the y-axis have capital letters in subscript: e.g. the "G" in "NEG" should be subscript. Is this possible to do in a sgplot? 
I have found a code for using unicode (&lt;A href="http://support.sas.com/kb/39/267.html" target="_blank"&gt;http://support.sas.com/kb/39/267.html&lt;/A&gt;), but it seems like the subscript capital G does not have an unicode??

I am working in SAS 9.4 for windows&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 10:31:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Capital-letters-in-subscript-in-proc-sgplot-is-it-possible/m-p/556162#M9773</guid>
      <dc:creator>Kristinos</dc:creator>
      <dc:date>2019-05-04T10:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Capital letters in subscript in proc sgplot, is it possible?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Capital-letters-in-subscript-in-proc-sgplot-is-it-possible/m-p/556221#M9780</link>
      <description>&lt;P&gt;There is a code for the subscript Capital Letter G, it's 262.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
str1=unicode('\u0041\u0262');
put str1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here's the brute force search method for Unicode characters - check them all:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data unicode_list;
do i=1 to 4000;
str = catt('\u', put(i, z4.));
str1=unicode(str);
output;
end;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33601"&gt;@Kristinos&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I am making some sgplots, but the variables at the y-axis have capital letters in subscript: e.g. the "G" in "NEG" should be subscript. Is this possible to do in a sgplot? I have found a code for using unicode (&lt;A href="http://support.sas.com/kb/39/267.html" target="_blank" rel="noopener"&gt;http://support.sas.com/kb/39/267.html&lt;/A&gt;), but it seems like the subscript capital G does not have an unicode?? I am working in SAS 9.4 for windows&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 21:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Capital-letters-in-subscript-in-proc-sgplot-is-it-possible/m-p/556221#M9780</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-04T21:31:24Z</dc:date>
    </item>
  </channel>
</rss>

