<?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: Controlling ODS Excel Contents and Proc ANOVA in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-ODS-Excel-Contents-and-Proc-ANOVA/m-p/418613#M19954</link>
    <description>&lt;P&gt;Do you not want the output or not want the entry in the Table of Content?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 21:39:49 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-12-05T21:39:49Z</dc:date>
    <item>
      <title>Controlling ODS Excel Contents and Proc ANOVA</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-ODS-Excel-Contents-and-Proc-ANOVA/m-p/418607#M19952</link>
      <description>&lt;P&gt;I'm preparing a fairly complex report that will be run to analyze multiple groups at certain points during the year. Most of the report relies on Proc Tabulate statements, but part of the report relies on Proc Anova. This report does use the contents='yes' option (and sheet_interval='proc)&amp;nbsp; to produce a table of contents, but I've hit a snag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been (happily) able to control how the Proc Tabulate output displays using odsproclabel = "X" and contents="", with the end result looking like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Description of Table 1&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Description of Table 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I get to the section that relies on Proc Anova, I get 18 rows that I don't need, describing every detail of Proc Anova. I've tried ods noptitle and ods noproctitle... but neither had an effect. I have not figured out a way of cleaning up this section of the Table of Contents:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 341px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17034iF8E9D1FA9E637755/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Basically, I want to suppress&amp;nbsp;&lt;EM&gt;all Table of Content entries&amp;nbsp;&lt;/EM&gt;from 'Data' to 'Pairs'. I still want to keep the output, but want a much more simplified TOC entry (similar to what is achievable in Proc Tabulate using "Contents=". This is what my code for the ANOVA currently looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel options (sheet_interval='bygroup');
PROC SORT
	DATA=WORK.ALL_GPA_NUMERIC(KEEP=term_gpa_num Group TERM_REPORTING)
	OUT=WORK.TMP0TempTableInput;
	BY TERM_REPORTING;
RUN;

TITLE;
TITLE1 "One-Way Analysis of Variance";
TITLE2 "Term by Term GPA by Group";

PROC ANOVA DATA=WORK.TMP0TempTableInput; ods noptitle; ods proclabel="Table 11a Term by Term GPA ANOVA Report"; 
	BY TERM_REPORTING;
	CLASS Group;
	MODEL term_gpa_num = Group ;
 	MEANS Group / TUKEY ALPHA=0.05;

RUN; QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running Base SAS 9.4_M3 and SAS STAT 14.1, both through SAS EG 7.15.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 14:02:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-ODS-Excel-Contents-and-Proc-ANOVA/m-p/418607#M19952</guid>
      <dc:creator>davesailer</dc:creator>
      <dc:date>2017-12-06T14:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ODS Excel Contents and Proc ANOVA</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-ODS-Excel-Contents-and-Proc-ANOVA/m-p/418613#M19954</link>
      <description>&lt;P&gt;Do you not want the output or not want the entry in the Table of Content?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 21:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-ODS-Excel-Contents-and-Proc-ANOVA/m-p/418613#M19954</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-05T21:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ODS Excel Contents and Proc ANOVA</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-ODS-Excel-Contents-and-Proc-ANOVA/m-p/418792#M19958</link>
      <description>&lt;P&gt;I'm only looking to suppress the entry in the Table of Contents.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 13:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-ODS-Excel-Contents-and-Proc-ANOVA/m-p/418792#M19958</guid>
      <dc:creator>davesailer</dc:creator>
      <dc:date>2017-12-06T13:51:11Z</dc:date>
    </item>
  </channel>
</rss>

