<?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 How to proc certain data from dataset in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178200#M45522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dataset that has two variable genders (coined as gender=0 and gender=1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming it is possible to do proc means on just gender=0 or gender=1 but I am not sure how to specify that in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 14:46:46 GMT</pubDate>
    <dc:creator>RCPenguin</dc:creator>
    <dc:date>2014-10-09T14:46:46Z</dc:date>
    <item>
      <title>How to proc certain data from dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178200#M45522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dataset that has two variable genders (coined as gender=0 and gender=1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming it is possible to do proc means on just gender=0 or gender=1 but I am not sure how to specify that in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178200#M45522</guid>
      <dc:creator>RCPenguin</dc:creator>
      <dc:date>2014-10-09T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to proc certain data from dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178201#M45523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could try to use a where condition in the proc means something like where gender=0. so proc means works on only those records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178201#M45523</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-10-09T14:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to proc certain data from dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178202#M45524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you really only want to do it only on Male or Female or is this just a way to get results into another format and you will end up doing two proc means?&amp;nbsp; If so perhaps use the by sex; line in your proc means.&amp;nbsp; Maybe elaborate on what you are trying to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178202#M45524</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-09T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to proc certain data from dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178203#M45525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I eventually am going to be looking for mean values in terms of the scores that both genders achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to compare the mean values of the different scores and see who scored better or if the numbers are similar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-proc-certain-data-from-dataset/m-p/178203#M45525</guid>
      <dc:creator>RCPenguin</dc:creator>
      <dc:date>2014-10-09T15:59:15Z</dc:date>
    </item>
  </channel>
</rss>

