<?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: ODS OUTPUT PROC ANOVA NOT CREATED in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ODS-OUTPUT-PROC-ANOVA-NOT-CREATED/m-p/705840#M26279</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem seems to be in the ODS OUTPUT statement. Instead of writing ANOVAResults, it should be OverallANOVA. Should look similar to this:&lt;/P&gt;&lt;PRE&gt;ODS OUTPUT OverallANOVA  =	libref.datasetname&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2020 20:44:02 GMT</pubDate>
    <dc:creator>patrickjharvey</dc:creator>
    <dc:date>2020-12-14T20:44:02Z</dc:date>
    <item>
      <title>ODS OUTPUT PROC ANOVA NOT CREATED</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ODS-OUTPUT-PROC-ANOVA-NOT-CREATED/m-p/704558#M26146</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having an issue with a PROC ANOVA ODS OUTPUT.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS TRACE ON;&lt;BR /&gt;ODS OUTPUT  ANOVAResults= WORK.AnovaResults;&lt;BR /&gt;PROC ANOVA&lt;BR /&gt;  DATA= Hypertension.Analysis&lt;BR /&gt;    ORDER = INTERNAL;&lt;BR /&gt;    CLASS StateCd;&lt;BR /&gt;    MODEL AgeAtVisit = StateCd;&lt;BR /&gt;RUN;&lt;BR /&gt;QUIT;&lt;BR /&gt;ODS TRACE OFF;&lt;/PRE&gt;&lt;P&gt;and here is the log I am getting...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Output 'ANOVAResults' was not created. Make sure that the output object name, label, or path is spelled correctly. Also,&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;verify that the appropriate procedure options are used to produce the requested output object. For example, verify that&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;the NOPRINT option is not used.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;Any idea why I am not able to create "ANOVA Results"&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ODS-OUTPUT-PROC-ANOVA-NOT-CREATED/m-p/704558#M26146</guid>
      <dc:creator>Allie_Haun</dc:creator>
      <dc:date>2020-12-10T15:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT PROC ANOVA NOT CREATED</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ODS-OUTPUT-PROC-ANOVA-NOT-CREATED/m-p/704561#M26147</link>
      <description>There is no table called AnovaResults.&lt;BR /&gt;&lt;BR /&gt;There is an output table called ModelAnova or OverallAnova.&lt;BR /&gt;&lt;BR /&gt;Names are documented here:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_anova_details13.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_anova_details13.htm&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:37:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ODS-OUTPUT-PROC-ANOVA-NOT-CREATED/m-p/704561#M26147</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-12-08T21:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT PROC ANOVA NOT CREATED</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ODS-OUTPUT-PROC-ANOVA-NOT-CREATED/m-p/705840#M26279</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem seems to be in the ODS OUTPUT statement. Instead of writing ANOVAResults, it should be OverallANOVA. Should look similar to this:&lt;/P&gt;&lt;PRE&gt;ODS OUTPUT OverallANOVA  =	libref.datasetname&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 20:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ODS-OUTPUT-PROC-ANOVA-NOT-CREATED/m-p/705840#M26279</guid>
      <dc:creator>patrickjharvey</dc:creator>
      <dc:date>2020-12-14T20:44:02Z</dc:date>
    </item>
  </channel>
</rss>

