<?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 Unicode for greater than or equal to in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unicode-for-greater-than-or-equal-to/m-p/770072#M244245</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing as below but it is not working. Please help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data chk;&lt;/P&gt;&lt;P&gt;agegr1="~{unicode 2265} 65 years";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adi&lt;/P&gt;</description>
    <pubDate>Thu, 23 Sep 2021 22:32:23 GMT</pubDate>
    <dc:creator>chinna0369</dc:creator>
    <dc:date>2021-09-23T22:32:23Z</dc:date>
    <item>
      <title>Unicode for greater than or equal to</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unicode-for-greater-than-or-equal-to/m-p/770072#M244245</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing as below but it is not working. Please help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data chk;&lt;/P&gt;&lt;P&gt;agegr1="~{unicode 2265} 65 years";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adi&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 22:32:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unicode-for-greater-than-or-equal-to/m-p/770072#M244245</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2021-09-23T22:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode for greater than or equal to</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unicode-for-greater-than-or-equal-to/m-p/770078#M244249</link>
      <description>&lt;P&gt;After some try and error the following appears to work.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data chk;
  agegr1=unicode("~ (*ESC*){unicode 2265} 65 years");;
run;

proc print data=chk;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1632439731656.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64017iABCD0756DC099E15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1632439731656.png" alt="Patrick_0-1632439731656.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 23:29:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unicode-for-greater-than-or-equal-to/m-p/770078#M244249</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-09-23T23:29:02Z</dc:date>
    </item>
  </channel>
</rss>

