<?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,Display result tables by ascending frequency of observations in class in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-means-Display-result-tables-by-ascending-frequency-of/m-p/720636#M223242</link>
    <description>&lt;PRE&gt;&lt;BR /&gt;proc means data=libref.survey2010 N mean median stddev min max maxdec=1 ;&lt;BR /&gt;where mortgagepayment&amp;gt;=100;&lt;BR /&gt;class Metro;&lt;BR /&gt;var Mortgagepayment;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;The example code is above. Now I want a result table which displays ascending frequency (N) of class Metro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas SAS experts?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Feb 2021 11:18:40 GMT</pubDate>
    <dc:creator>contactnishan</dc:creator>
    <dc:date>2021-02-20T11:18:40Z</dc:date>
    <item>
      <title>proc means,Display result tables by ascending frequency of observations in class</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-means-Display-result-tables-by-ascending-frequency-of/m-p/720636#M223242</link>
      <description>&lt;PRE&gt;&lt;BR /&gt;proc means data=libref.survey2010 N mean median stddev min max maxdec=1 ;&lt;BR /&gt;where mortgagepayment&amp;gt;=100;&lt;BR /&gt;class Metro;&lt;BR /&gt;var Mortgagepayment;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;The example code is above. Now I want a result table which displays ascending frequency (N) of class Metro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas SAS experts?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 11:18:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-means-Display-result-tables-by-ascending-frequency-of/m-p/720636#M223242</guid>
      <dc:creator>contactnishan</dc:creator>
      <dc:date>2021-02-20T11:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: proc means,Display result tables by ascending frequency of observations in class</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-means-Display-result-tables-by-ascending-frequency-of/m-p/720638#M223244</link>
      <description>proc means data=libref.survey2010 N mean median stddev min max maxdec=1 ;&lt;BR /&gt;where mortgagepayment&amp;gt;=100;&lt;BR /&gt;class Metro/ order=freq ascending;&lt;BR /&gt;var Mortgagepayment;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This one worked.</description>
      <pubDate>Sat, 20 Feb 2021 11:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-means-Display-result-tables-by-ascending-frequency-of/m-p/720638#M223244</guid>
      <dc:creator>contactnishan</dc:creator>
      <dc:date>2021-02-20T11:35:22Z</dc:date>
    </item>
  </channel>
</rss>

