<?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 how to use 'where' in proc univariate in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-where-in-proc-univariate/m-p/94262#M4672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;how to use 'where' in proc univariate, can you give me an example?&amp;nbsp; thank you !&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 16:15:24 GMT</pubDate>
    <dc:creator>wang</dc:creator>
    <dc:date>2013-02-01T16:15:24Z</dc:date>
    <item>
      <title>how to use 'where' in proc univariate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-where-in-proc-univariate/m-p/94262#M4672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;how to use 'where' in proc univariate, can you give me an example?&amp;nbsp; thank you !&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:15:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-where-in-proc-univariate/m-p/94262#M4672</guid>
      <dc:creator>wang</dc:creator>
      <dc:date>2013-02-01T16:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to use 'where' in proc univariate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-where-in-proc-univariate/m-p/94263#M4673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;proc univariate data = sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp; where sex = "F";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var age;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; histogram age;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR:&lt;/P&gt;&lt;P&gt;proc univariate data = sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp; where weight &amp;gt; 100;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var age;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; histogram age;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-where-in-proc-univariate/m-p/94263#M4673</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-02-01T16:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use 'where' in proc univariate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-where-in-proc-univariate/m-p/94264#M4674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc univariate data = sashelp.class(where = (sex = "F"));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var age;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; histogram age;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 17:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-where-in-proc-univariate/m-p/94264#M4674</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-02-01T17:50:48Z</dc:date>
    </item>
  </channel>
</rss>

