<?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: function that to separate  between numbers and laters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75482#M16261</link>
    <description>Thanks alot ,got it !</description>
    <pubDate>Tue, 13 Oct 2009 07:37:50 GMT</pubDate>
    <dc:creator>yonib</dc:creator>
    <dc:date>2009-10-13T07:37:50Z</dc:date>
    <item>
      <title>function that to separate  between numbers and laters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75478#M16257</link>
      <description>Hi ,&lt;BR /&gt;
I have data with vat that contains both numbers and laters.&lt;BR /&gt;
For example : abc efgh 13 .&lt;BR /&gt;
Is There a function that can separate  between numbers and laters ??</description>
      <pubDate>Mon, 12 Oct 2009 09:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75478#M16257</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2009-10-12T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: function that to separate  between numbers and laters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75479#M16258</link>
      <description>You have many function you can use depending on what you want.&lt;BR /&gt;
&lt;BR /&gt;
Have a look at &lt;BR /&gt;
- ANYALNUM &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a002194054.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a002194054.htm&lt;/A&gt; or the other ANY... functions&lt;BR /&gt;
- NOTALNUM &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a002194056.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a002194056.htm&lt;/A&gt; or the other NOT... functions&lt;BR /&gt;
- VERIFY Function &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000245970.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000245970.htm&lt;/A&gt;&lt;BR /&gt;
- SCAN Function  &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000214639.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000214639.htm&lt;/A&gt;</description>
      <pubDate>Mon, 12 Oct 2009 10:46:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75479#M16258</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2009-10-12T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: function that to separate  between numbers and laters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75480#M16259</link>
      <description>just to add to the list:&lt;BR /&gt;
- compress() using appropriate modifiers&lt;BR /&gt;
- regular expressions like prxmatch() and prxsubstr()&lt;BR /&gt;
- index(), indexc(), indexw()&lt;BR /&gt;
- find() and findc()</description>
      <pubDate>Mon, 12 Oct 2009 12:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75480#M16259</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2009-10-12T12:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: function that to separate  between numbers and laters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75481#M16260</link>
      <description>data test;&lt;BR /&gt;
var='abc efg 13';&lt;BR /&gt;
var1=compress(var,,'a');&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 12 Oct 2009 14:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75481#M16260</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-10-12T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: function that to separate  between numbers and laters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75482#M16261</link>
      <description>Thanks alot ,got it !</description>
      <pubDate>Tue, 13 Oct 2009 07:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/function-that-to-separate-between-numbers-and-laters/m-p/75482#M16261</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2009-10-13T07:37:50Z</dc:date>
    </item>
  </channel>
</rss>

