<?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 suppress PROC SURVEYMEANS default tables? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818412#M40421</link>
    <description>&lt;P&gt;Amazing!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 17:03:30 GMT</pubDate>
    <dc:creator>icipeb</dc:creator>
    <dc:date>2022-06-15T17:03:30Z</dc:date>
    <item>
      <title>How to suppress PROC SURVEYMEANS default tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818395#M40418</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am producing a series of tables using PROC SURVEYMEANS and would like to suppress 3 tables that, by default, are part of the output namely:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data Summary&lt;/P&gt;&lt;P&gt;Variance Estimation&lt;/P&gt;&lt;P&gt;Statistics&lt;/P&gt;&lt;P&gt;How can this be done?&lt;/P&gt;&lt;P&gt;If not possible, could you suggest a way to remove them?&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Erik&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 16:28:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818395#M40418</guid>
      <dc:creator>icipeb</dc:creator>
      <dc:date>2022-06-15T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress PROC SURVEYMEANS default tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818401#M40419</link>
      <description>&lt;P&gt;Use ODS SELECT &amp;lt;list of desired tables&amp;gt;; to keep specific ones&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;ODS EXCLUDE &amp;lt;list of unwanted tables&amp;gt;;&lt;/P&gt;
&lt;P&gt;prior to the Proc statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you want:&lt;/P&gt;
&lt;PRE&gt;ods exclude statistics summary varianceestimation;&lt;/PRE&gt;
&lt;P&gt;note that the table names are one word, no punctuation. Do not assume the name is always that close to the title in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not sure of the names of the tables you can look up the actual table names in the Details section of the online help for the procedure or use ODS Trace on/off ; before and after the procedure one time to display the names of all the output tables generated then place them on the desired ODS Select/ exclude;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 16:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818401#M40419</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-15T16:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress PROC SURVEYMEANS default tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818402#M40420</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;@icipeb&amp;nbsp;wrote:&lt;/A&gt;&lt;BR /&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;Hi,&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;I am producing a series of tables using PROC SURVEYMEANS and would like to suppress 3 tables that, by default, are part of the output namely:&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;Data Summary&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;Variance Estimation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;Statistics&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;How can this be done?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;If not possible, could you suggest a way to remove them?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;Thanks in advance for your help.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;Erik&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/n0edvjbwu4y1bun1qgmzbk3s3vix.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 16:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818402#M40420</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2022-06-15T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress PROC SURVEYMEANS default tables?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818412#M40421</link>
      <description>&lt;P&gt;Amazing!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 17:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-suppress-PROC-SURVEYMEANS-default-tables/m-p/818412#M40421</guid>
      <dc:creator>icipeb</dc:creator>
      <dc:date>2022-06-15T17:03:30Z</dc:date>
    </item>
  </channel>
</rss>

