<?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: lowcase and upcase functions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464146#M118337</link>
    <description>Hi:&lt;BR /&gt;  Have you tried them in a program? Or looked them up in the documentation. Here's the alpha list: &lt;A href="http://go.documentation.sas.com/?docsetId=allprodslang&amp;amp;docsetTarget=syntaxByType-function.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=allprodslang&amp;amp;docsetTarget=syntaxByType-function.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
    <pubDate>Tue, 22 May 2018 18:52:46 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2018-05-22T18:52:46Z</dc:date>
    <item>
      <title>lowcase and upcase functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464142#M118336</link>
      <description>&lt;P&gt;What does lowcase and upcase fucntion mainly do ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 18:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464142#M118336</guid>
      <dc:creator>manya92</dc:creator>
      <dc:date>2018-05-22T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: lowcase and upcase functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464146#M118337</link>
      <description>Hi:&lt;BR /&gt;  Have you tried them in a program? Or looked them up in the documentation. Here's the alpha list: &lt;A href="http://go.documentation.sas.com/?docsetId=allprodslang&amp;amp;docsetTarget=syntaxByType-function.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=allprodslang&amp;amp;docsetTarget=syntaxByType-function.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 22 May 2018 18:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464146#M118337</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-05-22T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: lowcase and upcase functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464154#M118339</link>
      <description>&lt;P&gt;Assuming your question is from an intuitive sense rather than a mere purpose/task of what upcase/lowcase functions accomplishes that is converting characters to upcase(all in CAPS) and lowcase(all small letters) which I believe you would have read in the documentation and many examples online.&lt;/P&gt;&lt;P&gt;The intuition I am guessing you are after is when doing conditional processing or applying filter on character variables with values in mixed cases meaning some are small letters and some big and some both.&lt;/P&gt;&lt;P&gt;For example country-- USA,Usa,usa, UsA&lt;/P&gt;&lt;P&gt;Let us suppose you wanna filter the records where country equals usa. Since values are case sensitive, you are prone to get unexpected results. Therefore to make it consistent, application of upcase/lowcase functions becomes handy like&lt;/P&gt;&lt;P&gt;Where upcase(country)=”USA”&amp;nbsp; ; here the function temporarily converts all values to UPPER case(all CAPS) and then checks for condition to do the filtering.&amp;nbsp; I hope this gives some intuitive sense beyond what the function does. HTH&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 19:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464154#M118339</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-05-22T19:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: lowcase and upcase functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464186#M118341</link>
      <description>&lt;P&gt;While investigating those functions you may also want to investigate PROPCASE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 20:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/lowcase-and-upcase-functions/m-p/464186#M118341</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-22T20:30:38Z</dc:date>
    </item>
  </channel>
</rss>

