<?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: How to proceed with this problem? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457034#M115847</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=dailyprices nway maxdec=2 ;
class symbol;
var price;
output out=want(drop=_:) mean=price_mean n=price_n max=price_max min=price_min;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;EDIT: I have a smilar home work too. Any chance are we class mates at my college&amp;nbsp;&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://communities.sas.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Apr 2018 19:43:59 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-04-24T19:43:59Z</dc:date>
    <item>
      <title>How to proceed with this problem?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457031#M115844</link>
      <description>&lt;P&gt;How to solve this problem?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ccc.png" style="width: 559px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20097i9912B7B6DD7F58BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="ccc.png" alt="ccc.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457031#M115844</guid>
      <dc:creator>b384b7</dc:creator>
      <dc:date>2018-04-24T19:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to proceed with this problem?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457032#M115845</link>
      <description>&lt;P&gt;If you want to create a summary data set, the first step is to read the documentation on PROC SUMMARY:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p0aq3hsvflztfzn1xa2wt6s35oy6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p0aq3hsvflztfzn1xa2wt6s35oy6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457032#M115845</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-04-24T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to proceed with this problem?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457033#M115846</link>
      <description>&lt;P&gt;Since this looks a lot like homework what have you tried so far?&lt;/P&gt;
&lt;P&gt;If you get errors or unexpected output we are very willing to help with&amp;nbsp;addressing issues&amp;nbsp;but doing someone else's homework without evidence of at least trying ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show code and any errors from the log by copy and paste into a code box opened using the forum {I} menu icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are being asked to summarize data. Try searching the SAS online help for "summary" and see if anything pop up.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457033#M115846</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-24T19:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to proceed with this problem?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457034#M115847</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=dailyprices nway maxdec=2 ;
class symbol;
var price;
output out=want(drop=_:) mean=price_mean n=price_n max=price_max min=price_min;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;EDIT: I have a smilar home work too. Any chance are we class mates at my college&amp;nbsp;&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://communities.sas.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:43:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457034#M115847</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-04-24T19:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to proceed with this problem?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457036#M115848</link>
      <description>&lt;P&gt;Thank you very much. I was trying to achieve this by using data step, but I was unable to make any sense out of it.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-proceed-with-this-problem/m-p/457036#M115848</guid>
      <dc:creator>b384b7</dc:creator>
      <dc:date>2018-04-24T19:54:26Z</dc:date>
    </item>
  </channel>
</rss>

