<?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: Proc Model and Result Viewer in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Model-and-Result-Viewer/m-p/201982#M305999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods graphics off;&lt;BR /&gt;ods exclude all; /* all open destinations */&lt;BR /&gt;ods results off; /* no updates to tree view */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc reg&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ...;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;ods exclude none;&lt;BR /&gt;ods results on; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 13:19:32 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-03-17T13:19:32Z</dc:date>
    <item>
      <title>Proc Model and Result Viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Model-and-Result-Viewer/m-p/201980#M305997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run the following regression and extract the results into 2 table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;report1 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;report2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;It takes very long time and I think it is caused by the Result Viewer where SAS tries to all regression graph for each By Group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me if I can add any condition to stop the Result Viewer printing and still get the report I want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try the NoPRINT option, report1/2 are not created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HHC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc reg data=data6a ;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=report1(drop=df);&lt;/P&gt;&lt;P&gt;ods output FitStatistics=report2;&lt;/P&gt;&lt;P&gt;by yq0 ;&lt;/P&gt;&lt;P&gt;model ab3_ret12 =&amp;nbsp; cbr_s;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The above message was for the following BY group:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yq0=200101&lt;/P&gt;&lt;P&gt;WARNING: ODS graphics with more than 5000 points have been suppressed. Use the PLOTS(MAXPOINTS= ) option in the PROC REG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; statement to change or override the cutoff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 22:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Model-and-Result-Viewer/m-p/201980#M305997</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2015-03-15T22:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Model and Result Viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Model-and-Result-Viewer/m-p/201981#M305998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ODS GRAPHICS OFF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc reg data=data6a ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods output ParameterEstimates=report1(drop=df);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods output FitStatistics=report2;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;by yq0 ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;model ab3_ret12 =&amp;nbsp; cbr_s;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 01:33:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Model-and-Result-Viewer/m-p/201981#M305998</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2015-03-16T01:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Model and Result Viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Model-and-Result-Viewer/m-p/201982#M305999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods graphics off;&lt;BR /&gt;ods exclude all; /* all open destinations */&lt;BR /&gt;ods results off; /* no updates to tree view */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc reg&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ...;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;ods exclude none;&lt;BR /&gt;ods results on; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Model-and-Result-Viewer/m-p/201982#M305999</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-03-17T13:19:32Z</dc:date>
    </item>
  </channel>
</rss>

