<?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 observations with mixed case names? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259468#M50214</link>
    <description>&lt;P&gt;Please mark&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;'s answer as Accepted.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2016 20:45:44 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-03-28T20:45:44Z</dc:date>
    <item>
      <title>How to remove observations with mixed case names?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259457#M50210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dataset where I have names in upper case and mixed case. I only want to retain observations with upper case names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID Name&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp;John Doe1&lt;/P&gt;
&lt;P&gt;2 JOHN DOE&lt;/P&gt;
&lt;P&gt;3 JOHN DOE1&lt;/P&gt;
&lt;P&gt;4 John Doe2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Desired output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID Name&lt;/P&gt;
&lt;P&gt;2 JOHN DOE&lt;/P&gt;
&lt;P&gt;3 JOHN DOE1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 20:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259457#M50210</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2016-03-28T20:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove observations with mixed case names?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259460#M50212</link>
      <description>&lt;P&gt;UPCASE() function&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if name ne upcase(name) then delete;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ANYLOWER() function&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if anylower(name) &amp;gt; 0 then delete;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 20:29:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259460#M50212</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-28T20:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove observations with mixed case names?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259467#M50213</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 20:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259467#M50213</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2016-03-28T20:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove observations with mixed case names?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259468#M50214</link>
      <description>&lt;P&gt;Please mark&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;'s answer as Accepted.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 20:45:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-observations-with-mixed-case-names/m-p/259468#M50214</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-03-28T20:45:44Z</dc:date>
    </item>
  </channel>
</rss>

