<?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: parameter estimate for PROC GLM slow on EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/parameter-estimate-for-PROC-GLM-slow-on-EG/m-p/109547#M9372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your intent is to suppress the ODS "printed output" (because it may be large), then try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your process flow, right-click on the program that generates all of the results, select Properties.&lt;/P&gt;&lt;P&gt; Click the Results tab. Select "Customize results formats, styles, and behavior".&lt;/P&gt;&lt;P&gt;UNCHECK all of the results output formats.&lt;/P&gt;&lt;P&gt;UNCHECK "Automatically open data and results"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if that runs faster.&amp;nbsp; This will tell EG to &lt;STRONG&gt;not&lt;/STRONG&gt; generate its default ODS statements for creating SAS Report or HTML output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 17:05:10 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2013-10-10T17:05:10Z</dc:date>
    <item>
      <title>parameter estimate for PROC GLM slow on EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/parameter-estimate-for-PROC-GLM-slow-on-EG/m-p/109546#M9371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am testing some code developed on PC SAS on our new EG server and I noticed that some procedures are very slow on EG. I am running this simple code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods output ParameterEstimates=_LinEst;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods listing close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc glm data=_LinearData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model Log2Fam = reg_cycle / Solution;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; by Plate WellID;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes 15 seconds on PC SAS but more than 11 minutes on EG server. The input data set has more than 100000 row. Is it slow on EG because SAS need to send a lot of information from the server to the client with the ods output? How can make this procedure faster on EG ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 16:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/parameter-estimate-for-PROC-GLM-slow-on-EG/m-p/109546#M9371</guid>
      <dc:creator>mrom34</dc:creator>
      <dc:date>2013-10-10T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: parameter estimate for PROC GLM slow on EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/parameter-estimate-for-PROC-GLM-slow-on-EG/m-p/109547#M9372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your intent is to suppress the ODS "printed output" (because it may be large), then try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your process flow, right-click on the program that generates all of the results, select Properties.&lt;/P&gt;&lt;P&gt; Click the Results tab. Select "Customize results formats, styles, and behavior".&lt;/P&gt;&lt;P&gt;UNCHECK all of the results output formats.&lt;/P&gt;&lt;P&gt;UNCHECK "Automatically open data and results"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if that runs faster.&amp;nbsp; This will tell EG to &lt;STRONG&gt;not&lt;/STRONG&gt; generate its default ODS statements for creating SAS Report or HTML output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 17:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/parameter-estimate-for-PROC-GLM-slow-on-EG/m-p/109547#M9372</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-10-10T17:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: parameter estimate for PROC GLM slow on EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/parameter-estimate-for-PROC-GLM-slow-on-EG/m-p/109548#M9373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answer. It is now much faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Romain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 17:32:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/parameter-estimate-for-PROC-GLM-slow-on-EG/m-p/109548#M9373</guid>
      <dc:creator>mrom34</dc:creator>
      <dc:date>2013-10-10T17:32:30Z</dc:date>
    </item>
  </channel>
</rss>

