<?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: Remove different types of characters together from numeric values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748993#M235301</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
a= " 12345 *duplicate ID/Name ";
b= input(compress(a,,'kd'),best.);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 18 Jun 2021 21:11:23 GMT</pubDate>
    <dc:creator>Oligolas</dc:creator>
    <dc:date>2021-06-18T21:11:23Z</dc:date>
    <item>
      <title>Remove different types of characters together from numeric values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748990#M235299</link>
      <description>&lt;P&gt;How can I remove different types of characters including blank spaces from the numeric values in a column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a= " 12345 *duplicate ID/Name&amp;nbsp; "&lt;/P&gt;
&lt;P&gt;I want&lt;/P&gt;
&lt;P&gt;b=12345&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see below what I tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data test;&lt;BR /&gt;a= " 12345 *duplicate ID/Name ";&lt;BR /&gt;b= input(strip(compress(a, 'abcdefghijklmnopqrstuvwxyz/*' )), 10.);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 20:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748990#M235299</guid>
      <dc:creator>Barkat</dc:creator>
      <dc:date>2021-06-18T20:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove different types of characters together from numeric values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748992#M235300</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
a= " 12345 *duplicate ID/Name  ";
B=compress(compress(a,"`~!@#$%^&amp;amp;*()-_=+\|[]{};:',.&amp;lt;&amp;gt;?/"),'','A');
put a= b=;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Jun 2021 20:56:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748992#M235300</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-06-18T20:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove different types of characters together from numeric values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748993#M235301</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
a= " 12345 *duplicate ID/Name ";
b= input(compress(a,,'kd'),best.);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Jun 2021 21:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748993#M235301</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2021-06-18T21:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove different types of characters together from numeric values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748998#M235305</link>
      <description>Thanks all</description>
      <pubDate>Fri, 18 Jun 2021 21:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-different-types-of-characters-together-from-numeric/m-p/748998#M235305</guid>
      <dc:creator>Barkat</dc:creator>
      <dc:date>2021-06-18T21:45:42Z</dc:date>
    </item>
  </channel>
</rss>

