<?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 How to generate ASCII value of string or number or special character in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-generate-ASCII-value-of-string-or-number-or-special/m-p/185136#M14211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to generate ASCII value of a string value or number or a special character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Employee ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ricky Martin &lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;#21,North Hampton Street--&amp;gt;15+45&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know how to find the ascii value of each value in three column.&lt;/P&gt;&lt;P&gt;and please let me know if there is any proc available in sas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 19:16:06 GMT</pubDate>
    <dc:creator>PravinMishra</dc:creator>
    <dc:date>2015-01-15T19:16:06Z</dc:date>
    <item>
      <title>How to generate ASCII value of string or number or special character</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-generate-ASCII-value-of-string-or-number-or-special/m-p/185136#M14211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to generate ASCII value of a string value or number or a special character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Employee ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ricky Martin &lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;#21,North Hampton Street--&amp;gt;15+45&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know how to find the ascii value of each value in three column.&lt;/P&gt;&lt;P&gt;and please let me know if there is any proc available in sas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 19:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-generate-ASCII-value-of-string-or-number-or-special/m-p/185136#M14211</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2015-01-15T19:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate ASCII value of string or number or special character</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-generate-ASCII-value-of-string-or-number-or-special/m-p/185137#M14212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out RANK() function. ACSII maps to single character, not to strings. There is another function COLLATE() returning strings, but for your purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 19:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-generate-ASCII-value-of-string-or-number-or-special/m-p/185137#M14212</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2015-01-15T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate ASCII value of string or number or special character</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-generate-ASCII-value-of-string-or-number-or-special/m-p/185138#M14213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you output your strings in $hex format, you can see the hex value of each character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACSII code "is" the character, and the hex code is the location in the translation table (position) of that character in&lt;/P&gt;&lt;P&gt;whichever translation table you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 19:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-generate-ASCII-value-of-string-or-number-or-special/m-p/185138#M14213</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2015-01-15T19:25:08Z</dc:date>
    </item>
  </channel>
</rss>

