<?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 Outputing when the domain frequency is 0 in proc surveymeans in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Outputing-when-the-domain-frequency-is-0-in-proc-surveymeans/m-p/376406#M90355</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running surveymeans and am outputing the results for all 8 states. However, because there are no observations for my domain in Tas, there is no line in the output for it. is there a way in surveymeans where if there is no observations in the domain, then the procdure still outputs for that state (TAS), but just has a 0 in the domain frequency?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;domain_frequency&lt;/TD&gt;&lt;TD&gt;Frequency&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SA&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;36&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ACT&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;NT&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;161&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;NSW&lt;/TD&gt;&lt;TD&gt;240&lt;/TD&gt;&lt;TD&gt;191&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;WA&lt;/TD&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;TD&gt;163&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;VIC&lt;/TD&gt;&lt;TD&gt;64&lt;/TD&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;QLD&lt;/TD&gt;&lt;TD&gt;344&lt;/TD&gt;&lt;TD&gt;319&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Mon, 17 Jul 2017 05:12:16 GMT</pubDate>
    <dc:creator>BenBrady</dc:creator>
    <dc:date>2017-07-17T05:12:16Z</dc:date>
    <item>
      <title>Outputing when the domain frequency is 0 in proc surveymeans</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outputing-when-the-domain-frequency-is-0-in-proc-surveymeans/m-p/376406#M90355</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running surveymeans and am outputing the results for all 8 states. However, because there are no observations for my domain in Tas, there is no line in the output for it. is there a way in surveymeans where if there is no observations in the domain, then the procdure still outputs for that state (TAS), but just has a 0 in the domain frequency?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;domain_frequency&lt;/TD&gt;&lt;TD&gt;Frequency&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SA&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;36&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ACT&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;NT&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;161&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;NSW&lt;/TD&gt;&lt;TD&gt;240&lt;/TD&gt;&lt;TD&gt;191&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;WA&lt;/TD&gt;&lt;TD&gt;180&lt;/TD&gt;&lt;TD&gt;163&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;VIC&lt;/TD&gt;&lt;TD&gt;64&lt;/TD&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;QLD&lt;/TD&gt;&lt;TD&gt;344&lt;/TD&gt;&lt;TD&gt;319&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 17 Jul 2017 05:12:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outputing-when-the-domain-frequency-is-0-in-proc-surveymeans/m-p/376406#M90355</guid>
      <dc:creator>BenBrady</dc:creator>
      <dc:date>2017-07-17T05:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Outputing when the domain frequency is 0 in proc surveymeans</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Outputing-when-the-domain-frequency-is-0-in-proc-surveymeans/m-p/376410#M90357</link>
      <description>Please try NOSPARSE in your proc surveymeans statement.</description>
      <pubDate>Mon, 17 Jul 2017 05:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Outputing-when-the-domain-frequency-is-0-in-proc-surveymeans/m-p/376410#M90357</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2017-07-17T05:45:53Z</dc:date>
    </item>
  </channel>
</rss>

