<?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 CAPITALIZE / UPPERCASE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CAPITALIZE-UPPERCASE/m-p/55942#M11916</link>
    <description>How do you capitalize all the words in a field (street address)?   &lt;BR /&gt;
Here's my code:&lt;BR /&gt;
DATA UPCASE;&lt;BR /&gt;
SET KWEB.RENAME;&lt;BR /&gt;
PHYSADDRESS= UPCASE(PHYSADDRESS);&lt;BR /&gt;
RUN;</description>
    <pubDate>Tue, 21 Oct 2008 19:25:31 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-21T19:25:31Z</dc:date>
    <item>
      <title>CAPITALIZE / UPPERCASE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CAPITALIZE-UPPERCASE/m-p/55942#M11916</link>
      <description>How do you capitalize all the words in a field (street address)?   &lt;BR /&gt;
Here's my code:&lt;BR /&gt;
DATA UPCASE;&lt;BR /&gt;
SET KWEB.RENAME;&lt;BR /&gt;
PHYSADDRESS= UPCASE(PHYSADDRESS);&lt;BR /&gt;
RUN;</description>
      <pubDate>Tue, 21 Oct 2008 19:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CAPITALIZE-UPPERCASE/m-p/55942#M11916</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-21T19:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: CAPITALIZE / UPPERCASE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CAPITALIZE-UPPERCASE/m-p/55943#M11917</link>
      <description>Have a look at PROPCASE &lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a002598106.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/da/lrdict.hlp/a002598106.htm&lt;/A&gt;</description>
      <pubDate>Tue, 21 Oct 2008 21:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CAPITALIZE-UPPERCASE/m-p/55943#M11917</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2008-10-21T21:06:35Z</dc:date>
    </item>
  </channel>
</rss>

