<?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: Stuck Status / Program in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27282#M3932</link>
    <description>A couple of things that you could try:&lt;BR /&gt;
&lt;BR /&gt;
--Watch the task manager's Performance screen to see if you are running out of memory.&lt;BR /&gt;
--Explicitly declare your macro variables as "local" so they are freed at the end of the call.&lt;BR /&gt;
--Check out &lt;A href="http://support.sas.com/kb/33/007.html" target="_blank"&gt;http://support.sas.com/kb/33/007.html&lt;/A&gt; .</description>
    <pubDate>Tue, 25 May 2010 22:44:36 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2010-05-25T22:44:36Z</dc:date>
    <item>
      <title>Stuck Status / Program</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27281#M3931</link>
      <description>I'm running into a problem after I hit run for my code in EG, the program executes for a while and then becomes stuck (i.e., the status message stays the same) and I have to kill sas.exe or EG. The program doesn't appear to get stuck in the same spot.&lt;BR /&gt;
&lt;BR /&gt;
I'm wondering if this is a memory issue of some sorts. My code essentially runs through a data set where at each row I perform a call execute to run a macro. The macro runs a GLMSELECT, REG and returns some summary stats. If I limit my number of calls, the code is fine. However, when I run my full list (about 200 calls to the macro), I run into trouble. Many times it get's stuck on "Collecting...".&lt;BR /&gt;
&lt;BR /&gt;
I've tried turning off the ODS results and log file but still have it stalling. all of this is run locally.&lt;BR /&gt;
&lt;BR /&gt;
Also, this code runs fine in SAS when I wanted to see if it was EG or a SAS issue.&lt;BR /&gt;
&lt;BR /&gt;
thanks.

Message was edited by: dr. x</description>
      <pubDate>Tue, 25 May 2010 17:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27281#M3931</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-05-25T17:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck Status / Program</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27282#M3932</link>
      <description>A couple of things that you could try:&lt;BR /&gt;
&lt;BR /&gt;
--Watch the task manager's Performance screen to see if you are running out of memory.&lt;BR /&gt;
--Explicitly declare your macro variables as "local" so they are freed at the end of the call.&lt;BR /&gt;
--Check out &lt;A href="http://support.sas.com/kb/33/007.html" target="_blank"&gt;http://support.sas.com/kb/33/007.html&lt;/A&gt; .</description>
      <pubDate>Tue, 25 May 2010 22:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27282#M3932</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-05-25T22:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck Status / Program</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27283#M3933</link>
      <description>Thanks. Unfortunately it still hangs. Via task manager, it doesn't look close to running out of memory.&lt;BR /&gt;
&lt;BR /&gt;
I've even taken out all macro variables and placed the code directly in the call execute.&lt;BR /&gt;
&lt;BR /&gt;
something like the following which call GLMSELECT about 200 times (even if I run it 50 times it may fail) and in the code below it is just being repeated on the same data:&lt;BR /&gt;
&lt;BR /&gt;
data response_list2;&lt;BR /&gt;
  set response_list;&lt;BR /&gt;
  call execute(' &lt;GLMSELECT code="" w=""&gt;');&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;/GLMSELECT&gt;</description>
      <pubDate>Wed, 26 May 2010 12:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27283#M3933</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-05-26T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck Status / Program</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27284#M3934</link>
      <description>Can you work with SAS Technical Support on this?  It would help if you can provide a sample program, plus the logging output from following these steps:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/17/730.html" target="_blank"&gt;http://support.sas.com/kb/17/730.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
That will help us to see where things are hanging up.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 27 May 2010 13:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stuck-Status-Program/m-p/27284#M3934</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2010-05-27T13:21:16Z</dc:date>
    </item>
  </channel>
</rss>

