<?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: checking alphanumerics in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/checking-alphanumerics/m-p/368654#M87932</link>
    <description>&lt;P&gt;Its a good idea to provide as much information as possible when asking a question, this helps us give good answers. &amp;nbsp;From what I can gather from that, you would create character varaibles:&lt;/P&gt;
&lt;PRE&gt;data want;
  length char_var $100;
  char_var="ABC1234";
run;&lt;/PRE&gt;</description>
    <pubDate>Tue, 20 Jun 2017 10:10:43 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-06-20T10:10:43Z</dc:date>
    <item>
      <title>checking alphanumerics</title>
      <link>https://communities.sas.com/t5/SAS-Programming/checking-alphanumerics/m-p/368650#M87930</link>
      <description>&lt;P&gt;how to define alphanumerics on sas&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/checking-alphanumerics/m-p/368650#M87930</guid>
      <dc:creator>911111</dc:creator>
      <dc:date>2017-06-20T09:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: checking alphanumerics</title>
      <link>https://communities.sas.com/t5/SAS-Programming/checking-alphanumerics/m-p/368654#M87932</link>
      <description>&lt;P&gt;Its a good idea to provide as much information as possible when asking a question, this helps us give good answers. &amp;nbsp;From what I can gather from that, you would create character varaibles:&lt;/P&gt;
&lt;PRE&gt;data want;
  length char_var $100;
  char_var="ABC1234";
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/checking-alphanumerics/m-p/368654#M87932</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-20T10:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: checking alphanumerics</title>
      <link>https://communities.sas.com/t5/SAS-Programming/checking-alphanumerics/m-p/368682#M87935</link>
      <description>&lt;P&gt;Definitely, your question needs a lot more explanation about what you want to do ... however ... as a guess:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the ANYALNUM function.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 12:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/checking-alphanumerics/m-p/368682#M87935</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-06-20T12:09:50Z</dc:date>
    </item>
  </channel>
</rss>

