<?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: Average per month from daily series in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Average-per-month-from-daily-series/m-p/33152#M8036</link>
    <description>Formats, to create groups.  In this case MONYY.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data have;&lt;BR /&gt;
   input date:date. y;&lt;BR /&gt;
   format date date9.;&lt;BR /&gt;
   cards;&lt;BR /&gt;
26-Oct-09 1.065&lt;BR /&gt;
27-Oct-09 1.063&lt;BR /&gt;
28-Oct-09 1.082&lt;BR /&gt;
29-Oct-09 1.068&lt;BR /&gt;
30-Oct-09 1.08&lt;BR /&gt;
02-Nov-09 1.07&lt;BR /&gt;
03-Nov-09 1.06&lt;BR /&gt;
04-Nov-09 1.062&lt;BR /&gt;
;;;;&lt;BR /&gt;
   run;&lt;BR /&gt;
proc means;&lt;BR /&gt;
   class date;&lt;BR /&gt;
   format date monyy.;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Mon, 21 Dec 2009 13:00:00 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2009-12-21T13:00:00Z</dc:date>
    <item>
      <title>Average per month from daily series</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Average-per-month-from-daily-series/m-p/33151#M8035</link>
      <description>How could I calculate out a daily series a monthly average. For example&lt;BR /&gt;
&lt;BR /&gt;
26-Oct-09	1.065&lt;BR /&gt;
27-Oct-09	1.063&lt;BR /&gt;
28-Oct-09	1.082&lt;BR /&gt;
29-Oct-09	1.068&lt;BR /&gt;
30-Oct-09	1.08&lt;BR /&gt;
02-Nov-09	1.07&lt;BR /&gt;
03-Nov-09	1.06&lt;BR /&gt;
04-Nov-09	1.062&lt;BR /&gt;
&lt;BR /&gt;
How to get the monthly average of these (for Oct 09 and Nov 09).&lt;BR /&gt;
Thanks for your help.</description>
      <pubDate>Mon, 21 Dec 2009 12:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Average-per-month-from-daily-series/m-p/33151#M8035</guid>
      <dc:creator>coba</dc:creator>
      <dc:date>2009-12-21T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Average per month from daily series</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Average-per-month-from-daily-series/m-p/33152#M8036</link>
      <description>Formats, to create groups.  In this case MONYY.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data have;&lt;BR /&gt;
   input date:date. y;&lt;BR /&gt;
   format date date9.;&lt;BR /&gt;
   cards;&lt;BR /&gt;
26-Oct-09 1.065&lt;BR /&gt;
27-Oct-09 1.063&lt;BR /&gt;
28-Oct-09 1.082&lt;BR /&gt;
29-Oct-09 1.068&lt;BR /&gt;
30-Oct-09 1.08&lt;BR /&gt;
02-Nov-09 1.07&lt;BR /&gt;
03-Nov-09 1.06&lt;BR /&gt;
04-Nov-09 1.062&lt;BR /&gt;
;;;;&lt;BR /&gt;
   run;&lt;BR /&gt;
proc means;&lt;BR /&gt;
   class date;&lt;BR /&gt;
   format date monyy.;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 21 Dec 2009 13:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Average-per-month-from-daily-series/m-p/33152#M8036</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-12-21T13:00:00Z</dc:date>
    </item>
  </channel>
</rss>

