<?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 string operation problem in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/string-operation-problem/m-p/109826#M30519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to deal with string to keep only numeric and comma?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;such as %let a=asd1,2,ggg3,678,thy%@#@;&lt;/P&gt;&lt;P&gt;I just need b=1,2,3,678&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data one;&lt;/P&gt;&lt;P&gt;a="asd1,2,ggg3,678,thy%@#@;";&lt;/P&gt;&lt;P&gt;b=somefunction(a,'0123456789,');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2012 20:43:52 GMT</pubDate>
    <dc:creator>Mike_Davis</dc:creator>
    <dc:date>2012-07-17T20:43:52Z</dc:date>
    <item>
      <title>string operation problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/string-operation-problem/m-p/109826#M30519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to deal with string to keep only numeric and comma?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;such as %let a=asd1,2,ggg3,678,thy%@#@;&lt;/P&gt;&lt;P&gt;I just need b=1,2,3,678&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data one;&lt;/P&gt;&lt;P&gt;a="asd1,2,ggg3,678,thy%@#@;";&lt;/P&gt;&lt;P&gt;b=somefunction(a,'0123456789,');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 20:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/string-operation-problem/m-p/109826#M30519</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-07-17T20:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: string operation problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/string-operation-problem/m-p/109827#M30520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Compress, keep an eye on the modifiers, specifically k and d. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/syntaxidx/64656/HTML/default/index.htm#/documentation/cdl//en/lefunctionsref/63354/HTML/default/n0fcshr0ir3h73n1b845c4aq58hz.htm" title="http://support.sas.com/documentation/cdl/en/syntaxidx/64656/HTML/default/index.htm#/documentation/cdl//en/lefunctionsref/63354/HTML/default/n0fcshr0ir3h73n1b845c4aq58hz.htm"&gt;http://support.sas.com/documentation/cdl/en/syntaxidx/64656/HTML/default/index.htm#/documentation/cdl//en/lefunctionsref/63354/HTML/default/n0fcshr0ir3h73n1b845c4aq58hz.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 21:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/string-operation-problem/m-p/109827#M30520</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-07-17T21:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: string operation problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/string-operation-problem/m-p/109828#M30521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data one;&lt;/P&gt;&lt;P&gt;a="asd1,2,ggg3,678,thy%@#@;";&lt;/P&gt;&lt;P&gt;b=compress(a,',','dk');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 23:46:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/string-operation-problem/m-p/109828#M30521</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-07-17T23:46:27Z</dc:date>
    </item>
  </channel>
</rss>

