<?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 Couting no of character and Numerics in a Observation in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Couting-no-of-character-and-Numerics-in-a-Observation/m-p/8144#M315</link>
    <description>Data x;&lt;BR /&gt;
input name $;&lt;BR /&gt;
cards;&lt;BR /&gt;
company127there&lt;BR /&gt;
34look67init&lt;BR /&gt;
name3456745&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I want the count of character and numerics in the name variable.</description>
    <pubDate>Thu, 19 Mar 2009 11:25:23 GMT</pubDate>
    <dc:creator>R_Win</dc:creator>
    <dc:date>2009-03-19T11:25:23Z</dc:date>
    <item>
      <title>Couting no of character and Numerics in a Observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Couting-no-of-character-and-Numerics-in-a-Observation/m-p/8144#M315</link>
      <description>Data x;&lt;BR /&gt;
input name $;&lt;BR /&gt;
cards;&lt;BR /&gt;
company127there&lt;BR /&gt;
34look67init&lt;BR /&gt;
name3456745&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I want the count of character and numerics in the name variable.</description>
      <pubDate>Thu, 19 Mar 2009 11:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Couting-no-of-character-and-Numerics-in-a-Observation/m-p/8144#M315</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2009-03-19T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Couting no of character and Numerics in a Observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Couting-no-of-character-and-Numerics-in-a-Observation/m-p/8145#M316</link>
      <description>[pre]&lt;BR /&gt;
Data x;&lt;BR /&gt;
   input name :$20.;&lt;BR /&gt;
   cCount=lengthN(compress(name,,'KA')); &lt;BR /&gt;
   nCount=lengthN(compress(name,,'KD'));&lt;BR /&gt;
   cards;&lt;BR /&gt;
company127there&lt;BR /&gt;
34look67init&lt;BR /&gt;
name3456745&lt;BR /&gt;
JustALpha&lt;BR /&gt;
22&lt;BR /&gt;
;;;;&lt;BR /&gt;
   run;&lt;BR /&gt;
proc print;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 19 Mar 2009 11:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Couting-no-of-character-and-Numerics-in-a-Observation/m-p/8145#M316</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-03-19T11:41:54Z</dc:date>
    </item>
  </channel>
</rss>

