<?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: Delete Obs With A,B,C... In AlphaNumeric Field... in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Delete-Obs-With-A-B-C-In-AlphaNumeric-Field/m-p/780231#M248588</link>
    <description>&lt;P&gt;I would suggest using the FINDC function to check if there are any alphabetic characters in the field. e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;error_flag=findc(testvar,,'A')&amp;gt;0;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 15 Nov 2021 13:41:57 GMT</pubDate>
    <dc:creator>s_lassen</dc:creator>
    <dc:date>2021-11-15T13:41:57Z</dc:date>
    <item>
      <title>Delete Obs With A,B,C... In AlphaNumeric Field...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Obs-With-A-B-C-In-AlphaNumeric-Field/m-p/780229#M248587</link>
      <description>&lt;P&gt;I have a dataset that needs cleaning.&lt;BR /&gt;I have a field with A,B,C,D..... intermingled with 1,2,3,4....&lt;/P&gt;&lt;P&gt;Example: IA1234576BBX&lt;/P&gt;&lt;P&gt;These are invalid rows for the data, as only 1,2,3,4.... should be the value.&lt;/P&gt;&lt;P&gt;What is the best function to delete these rows.&lt;/P&gt;&lt;P&gt;Best would be to flag them so I can set a flag identifying them as invalid.&lt;/P&gt;&lt;P&gt;SAS EG 7.1.5&lt;/P&gt;&lt;P&gt;TIA Jay&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 13:27:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Obs-With-A-B-C-In-AlphaNumeric-Field/m-p/780229#M248587</guid>
      <dc:creator>JayS</dc:creator>
      <dc:date>2021-11-15T13:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Obs With A,B,C... In AlphaNumeric Field...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Obs-With-A-B-C-In-AlphaNumeric-Field/m-p/780231#M248588</link>
      <description>&lt;P&gt;I would suggest using the FINDC function to check if there are any alphabetic characters in the field. e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;error_flag=findc(testvar,,'A')&amp;gt;0;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Nov 2021 13:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Obs-With-A-B-C-In-AlphaNumeric-Field/m-p/780231#M248588</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2021-11-15T13:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Obs With A,B,C... In AlphaNumeric Field...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Obs-With-A-B-C-In-AlphaNumeric-Field/m-p/780235#M248591</link>
      <description>&lt;P&gt;Thank you, nice to have that error_flag for future processing...&lt;/P&gt;&lt;P&gt;Thanks again... J&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 14:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Obs-With-A-B-C-In-AlphaNumeric-Field/m-p/780235#M248591</guid>
      <dc:creator>JayS</dc:creator>
      <dc:date>2021-11-15T14:14:25Z</dc:date>
    </item>
  </channel>
</rss>

