<?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: How to remove only letters in a column in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-only-letters-in-a-column/m-p/844331#M333797</link>
    <description>&lt;P&gt;Thank you !! It works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 11:05:05 GMT</pubDate>
    <dc:creator>MILKYLOVE</dc:creator>
    <dc:date>2022-11-15T11:05:05Z</dc:date>
    <item>
      <title>How to remove only letters in a column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-only-letters-in-a-column/m-p/844317#M333794</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem. I have a column address where I have to put blank the rows that contain ONLY numeric variables. Example: the ones that I have highlighted&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MILKYLOVE_0-1668506381641.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77312iD0932DD9BB9EEA2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MILKYLOVE_0-1668506381641.png" alt="MILKYLOVE_0-1668506381641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how I can proceed?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot use compress because it will remove all other numeric characters from rows that contain both numeric and alphabetical&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 10:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-only-letters-in-a-column/m-p/844317#M333794</guid>
      <dc:creator>MILKYLOVE</dc:creator>
      <dc:date>2022-11-15T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove only letters in a column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-only-letters-in-a-column/m-p/844319#M333795</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if anyalpha(var) = 0 then var = ' ';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Nov 2022 10:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-only-letters-in-a-column/m-p/844319#M333795</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-11-15T10:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove only letters in a column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-only-letters-in-a-column/m-p/844331#M333797</link>
      <description>&lt;P&gt;Thank you !! It works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 11:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-only-letters-in-a-column/m-p/844331#M333797</guid>
      <dc:creator>MILKYLOVE</dc:creator>
      <dc:date>2022-11-15T11:05:05Z</dc:date>
    </item>
  </channel>
</rss>

