<?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: Is there a way to determine of a SAS programming running (in EG) or has crashed or? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986203#M46472</link>
    <description>Kurt,&lt;BR /&gt;You are right!</description>
    <pubDate>Sun, 12 Apr 2026 07:12:33 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2026-04-12T07:12:33Z</dc:date>
    <item>
      <title>Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986197#M46468</link>
      <description>&lt;DIV&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yesterday I ran a SAS program in &lt;STRONG&gt;SAS Enterprise Guide&lt;/STRONG&gt; that ended up running for a couple of hours. This was my first time working with this dataset, so I didn’t really know how long it was supposed to take, but I was pretty sure it shouldn’t have taken that long.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While it was running, I checked the gear icon in the bottom-right corner of SAS Enterprise Guide, but all it showed was that it was “Running” and the start time—no other details or progress. I eventually cancelled the run, but then the program got stuck on “Stopping.” I had to force-close SAS Enterprise Guide using Task Manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After restarting SAS Enterprise Guide, I ran the same program again and it finished in about 16 minutes, so it looks like the first run had stalled or crashed.&lt;/P&gt;
&lt;P&gt;For future runs, is there a good way to tell whether a SAS program is actually still running because it’s processing a large dataset, or if it’s become unresponsive or crashed? Any tips would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 12 Apr 2026 02:56:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986197#M46468</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2026-04-12T02:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986200#M46469</link>
      <description>If your sas was setup under UNIX/Linux OS, you could try command  'DU' or 'DF' to check the disk storage , if it keep decreasing, then your sas is still running.&lt;BR /&gt;Or using command 'LS' to check sas session ,if its cpu occupation is not zero ,then your sas is still running .</description>
      <pubDate>Sun, 12 Apr 2026 06:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986200#M46469</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-04-12T06:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986201#M46470</link>
      <description>You can log on to the server‘s commandline and use the ps command (or the Windows equivalent) to display the process status; by filtering for your username you can find your SAS session.&lt;BR /&gt;As admin, I provided a web page which ran such a command and displayed the top 10 processes in terms of CPU consumption, so it was easier for the SAS users to see if they had accidentally created a runaway process.</description>
      <pubDate>Sun, 12 Apr 2026 06:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986201#M46470</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-12T06:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986202#M46471</link>
      <description>ls is for listing files (similar to dir in Windows/DOS); ps is for listing processes.</description>
      <pubDate>Sun, 12 Apr 2026 06:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986202#M46471</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-04-12T06:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986203#M46472</link>
      <description>Kurt,&lt;BR /&gt;You are right!</description>
      <pubDate>Sun, 12 Apr 2026 07:12:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986203#M46472</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-04-12T07:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986206#M46473</link>
      <description>&lt;P&gt;oh I found an easy way to tell if (at least for Data Step) if it is still running or not is to check the LCK file is getting larger or not.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nietzsche_0-1775980983286.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/114188iFBFD8432D79F2C89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nietzsche_0-1775980983286.png" alt="Nietzsche_0-1775980983286.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 08:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986206#M46473</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2026-04-12T08:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to determine of a SAS programming running (in EG) or has crashed or?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986209#M46474</link>
      <description>&lt;P&gt;Please note that when using a remote SAS server it can be quite normal to have large variations in run time with the same program and data. This is because you are sharing the server with other users and if it is heavily loaded then program run times can take a lot longer than usual. The way you are monitoring the size of your lck SAS files is a good one.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 20:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-a-way-to-determine-of-a-SAS-programming-running-in-EG/m-p/986209#M46474</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-04-12T20:25:28Z</dc:date>
    </item>
  </channel>
</rss>

