<?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 Just getting started-Need help formatting in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Just-getting-started-Need-help-formatting/m-p/403373#M12250</link>
    <description>&lt;P&gt;I just imported my data set into SAS for the first time.&amp;nbsp; I have a gender variable with a simple M or F entry.&amp;nbsp; Some of my entries however are m and f and I simply want to change them to M and F.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine this is probably ridiculously simple, but even after googling it I seem to be having a problem with my syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would anyone have a second to help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2017 21:48:52 GMT</pubDate>
    <dc:creator>kjb44</dc:creator>
    <dc:date>2017-10-11T21:48:52Z</dc:date>
    <item>
      <title>Just getting started-Need help formatting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Just-getting-started-Need-help-formatting/m-p/403373#M12250</link>
      <description>&lt;P&gt;I just imported my data set into SAS for the first time.&amp;nbsp; I have a gender variable with a simple M or F entry.&amp;nbsp; Some of my entries however are m and f and I simply want to change them to M and F.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine this is probably ridiculously simple, but even after googling it I seem to be having a problem with my syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would anyone have a second to help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 21:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Just-getting-started-Need-help-formatting/m-p/403373#M12250</guid>
      <dc:creator>kjb44</dc:creator>
      <dc:date>2017-10-11T21:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Just getting started-Need help formatting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Just-getting-started-Need-help-formatting/m-p/403384#M12251</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;data class;
set sashelp.class;
sex = lowcase(sex);
sex_Upper = upcase(sex);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/171094"&gt;@kjb44&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I just imported my data set into SAS for the first time.&amp;nbsp; I have a gender variable with a simple M or F entry.&amp;nbsp; Some of my entries however are m and f and I simply want to change them to M and F.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I imagine this is probably ridiculously simple, but even after googling it I seem to be having a problem with my syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would anyone have a second to help me out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 22:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Just-getting-started-Need-help-formatting/m-p/403384#M12251</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-11T22:25:49Z</dc:date>
    </item>
  </channel>
</rss>

