<?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: Propcase not working in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356848#M274166</link>
    <description>&lt;P&gt;That is a consequence of using stone-age software. SAS 9.0 stems from 2004(!), propcase() was introduced in SAS 9.1.&lt;/P&gt;
&lt;P&gt;Upgrade to the current version ASAP.&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2017 12:22:46 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-05-08T12:22:46Z</dc:date>
    <item>
      <title>Propcase not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356836#M274162</link>
      <description>&lt;P&gt;I am attaching the snapshot of Data, Program and Log. Kindly tell me why the propcase is not working.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13794i5B3344D93D33E75B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Q3.jpg" title="Q3.jpg" /&gt;</description>
      <pubDate>Mon, 08 May 2017 12:04:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356836#M274162</guid>
      <dc:creator>manish_1</dc:creator>
      <dc:date>2017-05-08T12:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Propcase not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356843#M274163</link>
      <description>&lt;P&gt;A picture is useless to us. &amp;nbsp;Post test data in the form of a datastep so we can run something. &amp;nbsp;This works fine:&lt;/P&gt;
&lt;PRE&gt;data want;
  abc=propcase("hello world");
run;&lt;/PRE&gt;
&lt;P&gt;So the question is what are you running/doing that doesn't work. &amp;nbsp;We cannot tell this from what you post, test data and your code so we can run it would help.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 12:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356843#M274163</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-08T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Propcase not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356844#M274164</link>
      <description>&lt;P&gt;Are you able to run this bit of code or does it give you the same error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
	var = Propcase('hello');
	put var;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 May 2017 12:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356844#M274164</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-05-08T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Propcase not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356847#M274165</link>
      <description>&lt;P&gt;&lt;STRONG&gt;My Program&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data sasdata.charfuntion;&lt;BR /&gt;infile "F:\Char function.txt" firstobs=2;&lt;BR /&gt;input Fname $ Lname $ Number;&lt;BR /&gt;Name1=Upcase(Fname);&lt;BR /&gt;Name2=Lowcase(Lname);&lt;BR /&gt;Name3=Propcase(Name2);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attaching the data also.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 12:21:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356847#M274165</guid>
      <dc:creator>manish_1</dc:creator>
      <dc:date>2017-05-08T12:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Propcase not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356848#M274166</link>
      <description>&lt;P&gt;That is a consequence of using stone-age software. SAS 9.0 stems from 2004(!), propcase() was introduced in SAS 9.1.&lt;/P&gt;
&lt;P&gt;Upgrade to the current version ASAP.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 12:22:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356848#M274166</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-08T12:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Propcase not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356850#M274167</link>
      <description>&lt;P&gt;Works fine for me:&lt;/P&gt;
&lt;PRE&gt;data want;
  input fname $ lname $ number;
  name1=upcase(fname);
  name2=lowcase(lname);
  name3=propcase(name2);
datalines;
Amit Singh 4132
Rahul Kumar 9166
Saurabh Sharma 9354
;
run;
&lt;/PRE&gt;
&lt;P&gt;Try starting a new session and just running the above. &amp;nbsp;Also, please specify what software you are using, it looks like Version 8 of SAS, and also you don't seem to have activated your Windows - which arouses my suspicions of what software (legal or otherwise) you are using.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 12:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Propcase-not-working/m-p/356850#M274167</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-08T12:24:21Z</dc:date>
    </item>
  </channel>
</rss>

