<?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 extract numbers in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117056#M1184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have a column which consists of numeric's and some numeric+char mixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm sorry.I'm&amp;nbsp; looking only for numbers which are available in that column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex&lt;/P&gt;&lt;P&gt;12345678&lt;/P&gt;&lt;P&gt;ab2345678d&lt;/P&gt;&lt;P&gt;45678ed34&lt;/P&gt;&lt;P&gt;34567289&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking for output:&lt;/P&gt;&lt;P&gt;12345678&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;34567289&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I looking to get only numeric characters in that column. Can you help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas.9.2(base)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 06:38:03 GMT</pubDate>
    <dc:creator>pallis</dc:creator>
    <dc:date>2013-08-21T06:38:03Z</dc:date>
    <item>
      <title>How to extract numbers</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117056#M1184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have a column which consists of numeric's and some numeric+char mixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm sorry.I'm&amp;nbsp; looking only for numbers which are available in that column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex&lt;/P&gt;&lt;P&gt;12345678&lt;/P&gt;&lt;P&gt;ab2345678d&lt;/P&gt;&lt;P&gt;45678ed34&lt;/P&gt;&lt;P&gt;34567289&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking for output:&lt;/P&gt;&lt;P&gt;12345678&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;34567289&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I looking to get only numeric characters in that column. Can you help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas.9.2(base)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117056#M1184</guid>
      <dc:creator>pallis</dc:creator>
      <dc:date>2013-08-21T06:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract numbers</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117057#M1185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is cleaner way, but this quite straightforward:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;numvar&lt;/EM&gt;=input(compress(upcase(&lt;EM&gt;charvar&lt;/EM&gt;),'ABC......XYZ'),best.);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117057#M1185</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-08-21T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract numbers</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117058#M1186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you edit your post?&lt;/P&gt;&lt;P&gt;The conversation will make more sense if you post clarifications separately...&lt;/P&gt;&lt;P&gt;So, you might want to look to use the anyalpha() function instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117058#M1186</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-08-21T06:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract numbers</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117059#M1187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have a column which consists of numeric's and some numeric+char mixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm sorry.I'm&amp;nbsp; looking only for numbers which are available in that column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex&lt;/P&gt;&lt;P&gt;12345678&lt;/P&gt;&lt;P&gt;ab2345678d&lt;/P&gt;&lt;P&gt;45678ed34&lt;/P&gt;&lt;P&gt;34567289&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking for output:&lt;/P&gt;&lt;P&gt;12345678&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;34567289&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I looking to get only numeric characters in that column. Can you help me in the function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry i edited it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas.9.2(base)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117059#M1187</guid>
      <dc:creator>pallis</dc:creator>
      <dc:date>2013-08-21T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract numbers</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117060#M1188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vnky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 09:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-extract-numbers/m-p/117060#M1188</guid>
      <dc:creator>pallis</dc:creator>
      <dc:date>2013-08-21T09:05:14Z</dc:date>
    </item>
  </channel>
</rss>

