<?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 PROC MEANS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538565#M148270</link>
    <description>&lt;DIV&gt;Hello new to SAS. Using one PROC MEAN step I'm&amp;nbsp;trying to do the following two things.... calculate the total score and percent for each&lt;/DIV&gt;&lt;DIV&gt;student using the code seen below and calculate the student's score and percentage for each of the five domain categories. But the output is not quite what it needs to be. Every time I run the code I get a data set the excludes the means as seen in the first picture. Any help would be great. Thanks.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AAAA.PNG" style="width: 321px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27475i5EB0D752B196D5E6/image-dimensions/321x259?v=v2" width="321" height="259" role="button" title="AAAA.PNG" alt="AAAA.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="111111111111111.PNG" style="width: 542px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27476i25FE55EE51CCF5A6/image-dimensions/542x167?v=v2" width="542" height="167" role="button" title="111111111111111.PNG" alt="111111111111111.PNG" /&gt;&lt;/span&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC MEANS DATA = COMBINED MEAN SUM NONOBS;
     VAR Scores ;
     CLASS Student DomainNum;
     ID Form ;
     OUTPUT OUT=COMBINED_TABLE (DROP= _TYPE_ _FREQ_) SUM=score MEAN = score;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 26 Feb 2019 06:03:52 GMT</pubDate>
    <dc:creator>BrandonBayles</dc:creator>
    <dc:date>2019-02-26T06:03:52Z</dc:date>
    <item>
      <title>PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538565#M148270</link>
      <description>&lt;DIV&gt;Hello new to SAS. Using one PROC MEAN step I'm&amp;nbsp;trying to do the following two things.... calculate the total score and percent for each&lt;/DIV&gt;&lt;DIV&gt;student using the code seen below and calculate the student's score and percentage for each of the five domain categories. But the output is not quite what it needs to be. Every time I run the code I get a data set the excludes the means as seen in the first picture. Any help would be great. Thanks.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AAAA.PNG" style="width: 321px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27475i5EB0D752B196D5E6/image-dimensions/321x259?v=v2" width="321" height="259" role="button" title="AAAA.PNG" alt="AAAA.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="111111111111111.PNG" style="width: 542px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27476i25FE55EE51CCF5A6/image-dimensions/542x167?v=v2" width="542" height="167" role="button" title="111111111111111.PNG" alt="111111111111111.PNG" /&gt;&lt;/span&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC MEANS DATA = COMBINED MEAN SUM NONOBS;
     VAR Scores ;
     CLASS Student DomainNum;
     ID Form ;
     OUTPUT OUT=COMBINED_TABLE (DROP= _TYPE_ _FREQ_) SUM=score MEAN = score;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Feb 2019 06:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538565#M148270</guid>
      <dc:creator>BrandonBayles</dc:creator>
      <dc:date>2019-02-26T06:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538567#M148272</link>
      <description>&lt;P&gt;Rename your mean variable in your &lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p04vbvpcjg2vrjn1v8wyf0daypfi.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;Output Statement&lt;/A&gt;. Right now, you try to name two variables to 'score', so only the first one catches on.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 06:09:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538567#M148272</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-02-26T06:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538569#M148273</link>
      <description>&lt;P&gt;That helped but my table is still not quite there. Here is what it now looks like.....&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1111111111.PNG" style="width: 303px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27477iA692574E777CACFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="1111111111.PNG" alt="1111111111.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 06:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538569#M148273</guid>
      <dc:creator>BrandonBayles</dc:creator>
      <dc:date>2019-02-26T06:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538571#M148274</link>
      <description>&lt;P&gt;And what is wrong with this? Please be more specific &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 06:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538571#M148274</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-02-26T06:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538607#M148283</link>
      <description>At least one step closer:  add NWAY to the end of the first statement:&lt;BR /&gt;&lt;BR /&gt;PROC MEANS  ...  NONOBS NWAY;</description>
      <pubDate>Tue, 26 Feb 2019 10:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538607#M148283</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-02-26T10:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538761#M148325</link>
      <description>&lt;P&gt;Sorry,&amp;nbsp;I misspoke. This worked&amp;nbsp;thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 19:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-MEANS/m-p/538761#M148325</guid>
      <dc:creator>BrandonBayles</dc:creator>
      <dc:date>2019-02-26T19:12:51Z</dc:date>
    </item>
  </channel>
</rss>

