<?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: After re-install, proc reg does not output ANOVA table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/After-re-install-proc-reg-does-not-output-ANOVA-table/m-p/252721#M56850</link>
    <description>&lt;P&gt;What version of SAS did you use before and what version are you now usinng (and is the code exaclty the same)? &amp;nbsp;There are always some small changes between versions. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried putting:&lt;/P&gt;
&lt;P&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;proc reg...;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;ods trace off;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will print to the log/output window what objects that procedure creates - ods is the system for creating output objects since 9.x. &amp;nbsp;You can then do:&lt;/P&gt;
&lt;P&gt;ods output &amp;lt;object_name&amp;gt;=&amp;lt;dataset_to_save_to&amp;gt;;&lt;/P&gt;
&lt;P&gt;proc reg...;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I don't have a handy example, but say your procedure creates and object named anova, then your code might look something like:&lt;/P&gt;
&lt;P&gt;ods output anova=myanova;&lt;/P&gt;
&lt;P&gt;proc reg...;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 15:00:32 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-02-26T15:00:32Z</dc:date>
    <item>
      <title>After re-install, proc reg does not output ANOVA table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/After-re-install-proc-reg-does-not-output-ANOVA-table/m-p/252711#M56848</link>
      <description>&lt;P&gt;Is this an error in my re-install or is there a way to program at this time to force the ANOVA table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am relatively new to SAS and programming..&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:26:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/After-re-install-proc-reg-does-not-output-ANOVA-table/m-p/252711#M56848</guid>
      <dc:creator>alutz001</dc:creator>
      <dc:date>2016-02-26T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: After re-install, proc reg does not output ANOVA table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/After-re-install-proc-reg-does-not-output-ANOVA-table/m-p/252721#M56850</link>
      <description>&lt;P&gt;What version of SAS did you use before and what version are you now usinng (and is the code exaclty the same)? &amp;nbsp;There are always some small changes between versions. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried putting:&lt;/P&gt;
&lt;P&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;proc reg...;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;ods trace off;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will print to the log/output window what objects that procedure creates - ods is the system for creating output objects since 9.x. &amp;nbsp;You can then do:&lt;/P&gt;
&lt;P&gt;ods output &amp;lt;object_name&amp;gt;=&amp;lt;dataset_to_save_to&amp;gt;;&lt;/P&gt;
&lt;P&gt;proc reg...;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I don't have a handy example, but say your procedure creates and object named anova, then your code might look something like:&lt;/P&gt;
&lt;P&gt;ods output anova=myanova;&lt;/P&gt;
&lt;P&gt;proc reg...;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/After-re-install-proc-reg-does-not-output-ANOVA-table/m-p/252721#M56850</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-02-26T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: After re-install, proc reg does not output ANOVA table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/After-re-install-proc-reg-does-not-output-ANOVA-table/m-p/252754#M56854</link>
      <description>&lt;P&gt;Thank you very much for your reply. &amp;nbsp;The particular model I was working on was appropriate for a proc glm so I did that in place of the regression and when I attempted a regression 10 minutes later, it worked perfectly. &amp;nbsp;Apparently not a problem on the install--maybe I wasn't writing it appropriately. &amp;nbsp;Again, thank you for your reply but it appears to be working fine now!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/After-re-install-proc-reg-does-not-output-ANOVA-table/m-p/252754#M56854</guid>
      <dc:creator>alutz001</dc:creator>
      <dc:date>2016-02-26T16:37:50Z</dc:date>
    </item>
  </channel>
</rss>

