<?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: Hi all, calculating average  of  observations and create a new variable. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/837953#M331332</link>
    <description>&lt;P&gt;So your course has likely either taught you one of two methods - using a data step to calculate averages or proc means/summary/univariate. Which topic has been covered so far? Then google that term plus summary to find many, many examples and questions of this nature.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435843"&gt;@Mandy5&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Data..&lt;BR /&gt;Dataset xyz;&lt;BR /&gt;Input ID$ month checking expense;&lt;BR /&gt;Data lines;&lt;BR /&gt;X 2020/9 300 100&lt;BR /&gt;X. 2020/10 400 .&lt;BR /&gt;X 2020/11 . 60&lt;BR /&gt;Y 2020/9 400 .&lt;BR /&gt;Y 2020/10 200 50&lt;BR /&gt;Z 2020/19 . .&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Result should be like this..&lt;BR /&gt;ID Monthsnum Average_ check averageexlense&lt;BR /&gt;X 3 350 80&lt;BR /&gt;Y 2 300 50&lt;BR /&gt;Z 1 . .&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated. I am beginner to sas programming. Proc sql is not allowed to use.&lt;BR /&gt;Thank you!!!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 21:43:07 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-10-11T21:43:07Z</dc:date>
    <item>
      <title>Hi all, calculating average  of  observations and create a new variable.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/837514#M331150</link>
      <description>Data..&lt;BR /&gt;Dataset xyz;&lt;BR /&gt;Input ID$ month checking expense;&lt;BR /&gt;Data lines;&lt;BR /&gt;X 2020/9 300 100&lt;BR /&gt;X. 2020/10 400 .&lt;BR /&gt;X 2020/11 . 60&lt;BR /&gt;Y 2020/9 400 .&lt;BR /&gt;Y 2020/10 200 50&lt;BR /&gt;Z 2020/19 . .&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Result should be like this..&lt;BR /&gt;ID Monthsnum Average_ check averageexlense&lt;BR /&gt;X 3 350 80&lt;BR /&gt;Y 2 300 50&lt;BR /&gt;Z 1 . .&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated. I am beginner to sas programming. Proc sql is not allowed to use.&lt;BR /&gt;Thank you!!!</description>
      <pubDate>Sat, 08 Oct 2022 10:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/837514#M331150</guid>
      <dc:creator>Mandy5</dc:creator>
      <dc:date>2022-10-08T10:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all, calculating average  of  observations and create a new variable.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/837947#M331329</link>
      <description>Proc SQL is not allowed?  So this is homework?&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2022 21:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/837947#M331329</guid>
      <dc:creator>HB</dc:creator>
      <dc:date>2022-10-11T21:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all, calculating average  of  observations and create a new variable.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/837953#M331332</link>
      <description>&lt;P&gt;So your course has likely either taught you one of two methods - using a data step to calculate averages or proc means/summary/univariate. Which topic has been covered so far? Then google that term plus summary to find many, many examples and questions of this nature.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435843"&gt;@Mandy5&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Data..&lt;BR /&gt;Dataset xyz;&lt;BR /&gt;Input ID$ month checking expense;&lt;BR /&gt;Data lines;&lt;BR /&gt;X 2020/9 300 100&lt;BR /&gt;X. 2020/10 400 .&lt;BR /&gt;X 2020/11 . 60&lt;BR /&gt;Y 2020/9 400 .&lt;BR /&gt;Y 2020/10 200 50&lt;BR /&gt;Z 2020/19 . .&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Result should be like this..&lt;BR /&gt;ID Monthsnum Average_ check averageexlense&lt;BR /&gt;X 3 350 80&lt;BR /&gt;Y 2 300 50&lt;BR /&gt;Z 1 . .&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated. I am beginner to sas programming. Proc sql is not allowed to use.&lt;BR /&gt;Thank you!!!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 21:43:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/837953#M331332</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-11T21:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all, calculating average  of  observations and create a new variable.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838012#M331369</link>
      <description>Yes, this is part of homework:)</description>
      <pubDate>Wed, 12 Oct 2022 11:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838012#M331369</guid>
      <dc:creator>Mandy5</dc:creator>
      <dc:date>2022-10-12T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all, calculating average  of  observations and create a new variable.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838015#M331371</link>
      <description>&lt;P&gt;I believe the usual reply when someone asks for help with homework is: please give it a try first, on your own, and if you get stuck, please come back and show us the code you have created, and we will be happy to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please answer the question from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 11:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838015#M331371</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-12T11:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all, calculating average  of  observations and create a new variable.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838316#M331447</link>
      <description>Thank you!&lt;BR /&gt;I tried but couldn’t get it.. took help from friend and got it.. thank you for replying:))</description>
      <pubDate>Thu, 13 Oct 2022 00:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838316#M331447</guid>
      <dc:creator>Mandy5</dc:creator>
      <dc:date>2022-10-13T00:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all, calculating average  of  observations and create a new variable.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838317#M331448</link>
      <description>Yes, we have learned using proc means and summary.. haven’t learned about sql yet. Thank you!</description>
      <pubDate>Thu, 13 Oct 2022 00:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hi-all-calculating-average-of-observations-and-create-a-new/m-p/838317#M331448</guid>
      <dc:creator>Mandy5</dc:creator>
      <dc:date>2022-10-13T00:43:29Z</dc:date>
    </item>
  </channel>
</rss>

