<?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: Using Unicode Characters in PROC SGPLOT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/900815#M356000</link>
    <description>&lt;P&gt;Here are some Unicode blog posts including a few by me.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/tag/unicode/" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/tag/unicode/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice a grade group and a score group variable. You need to reconcile that.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 21:21:06 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2023-10-30T21:21:06Z</dc:date>
    <item>
      <title>Using Unicode Characters in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/900807#M355999</link>
      <description>&lt;P&gt;Following a post by PageMiller, I tried using (*ESC*) to display unicodes but it did not not work. This is the code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc format;
value grade_f
1="Grade(*ESC*){unicode '0003'c}20 (*ESC*){unicode '0025'}"
2="Grade(*ESC*){unicode '2265'c}80 (*ESC*){unicode '0025'}";
run;

proc sgplot data=din;
vbox grade/category=grade_group;
format score_group grade_f.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Oct 2023 21:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/900807#M355999</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2023-10-30T21:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Unicode Characters in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/900815#M356000</link>
      <description>&lt;P&gt;Here are some Unicode blog posts including a few by me.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/tag/unicode/" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/tag/unicode/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice a grade group and a score group variable. You need to reconcile that.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 21:21:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/900815#M356000</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2023-10-30T21:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Unicode Characters in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/900821#M356003</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I tried using what you suggested in your code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc format;
   value agefmt 1 = 'Age'
                2 = "&amp;lt; 12"
                3 = "(*ESC*){Unicode '2265'x} 12";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;By using (*ESC*) in my code but it did not work.&amp;nbsp; Thanks, I corrected the variable to grade_group.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 21:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/900821#M356003</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2023-10-30T21:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Unicode Characters in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/901978#M356413</link>
      <description>&lt;P&gt;What results do you get, and do you see any errors or warnings in your .log file? Please post the contents of your log file and a screen shot of the results you're seeing which are incorrect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 20:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-Unicode-Characters-in-PROC-SGPLOT/m-p/901978#M356413</guid>
      <dc:creator>Bari_sas</dc:creator>
      <dc:date>2023-11-07T20:56:16Z</dc:date>
    </item>
  </channel>
</rss>

