<?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: Convert Word symbol to SAS readable data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-Word-symbol-to-SAS-readable-data/m-p/31334#M6004</link>
    <description>I’m not sure that I fully understand your problem.  If you need to display the ≥ symbol in a report generated by SAS, here is one way that it can be done.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods html file='C:\temp.html';&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
data temp;&lt;BR /&gt;
	x='greater than or equal to';&lt;BR /&gt;
	label x='Symbol is ^{unicode 2265}';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods escapechar='^';&lt;BR /&gt;
proc print data=temp label noobs;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Thu, 17 Mar 2011 11:00:27 GMT</pubDate>
    <dc:creator>polingjw</dc:creator>
    <dc:date>2011-03-17T11:00:27Z</dc:date>
    <item>
      <title>Convert Word symbol to SAS readable data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-Word-symbol-to-SAS-readable-data/m-p/31333#M6003</link>
      <description>Hi, I need to import data from an Excel file. One of the column (which will be used as variable label, or SAS format value) contains the symbol "≥". How can I read in this data correctly? Or how can I convert it to "&amp;gt;=" so that SAS can display it properly?&lt;BR /&gt;
Many Thanks</description>
      <pubDate>Wed, 16 Mar 2011 23:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-Word-symbol-to-SAS-readable-data/m-p/31333#M6003</guid>
      <dc:creator>Alena</dc:creator>
      <dc:date>2011-03-16T23:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Word symbol to SAS readable data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-Word-symbol-to-SAS-readable-data/m-p/31334#M6004</link>
      <description>I’m not sure that I fully understand your problem.  If you need to display the ≥ symbol in a report generated by SAS, here is one way that it can be done.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods html file='C:\temp.html';&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
data temp;&lt;BR /&gt;
	x='greater than or equal to';&lt;BR /&gt;
	label x='Symbol is ^{unicode 2265}';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods escapechar='^';&lt;BR /&gt;
proc print data=temp label noobs;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 17 Mar 2011 11:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-Word-symbol-to-SAS-readable-data/m-p/31334#M6004</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2011-03-17T11:00:27Z</dc:date>
    </item>
  </channel>
</rss>

