<?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: Hmmm....  Is SAS Dead In The Water?, or Just Taking It's Time? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799816#M314541</link>
    <description>&lt;A href="https://blogs.sas.com/content/iml/2018/04/25/sweep-thousands-of-regressions.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/04/25/sweep-thousands-of-regressions.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html&lt;/A&gt;</description>
    <pubDate>Thu, 03 Mar 2022 12:25:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-03-03T12:25:51Z</dc:date>
    <item>
      <title>Hmmm....  Is SAS Dead In The Water?, or Just Taking It's Time?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799792#M314524</link>
      <description>&lt;P&gt;Doing a series of Proc Logistics on multiple datasets (finally!).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS seems to have frozen after getting through around 7 datasets (of 59 total).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying everything I can think of to take a pulse to see if SAS is still alive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Resource Monitor shows it's running, 31 threads, 6.24% of CPU.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Analyze Wait Chain says "One or more threads of sas.exe are waiting to finish network I/O."&amp;nbsp; On a stand-alone machine?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a better way to ascertain whether the patient is alive or dead?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it a good idea, or even possible, to 'flush' between iterations?&amp;nbsp; In other words, before allowing SAS to proceed onto the next dataset, should I insist it visit the Ladies Room?&amp;nbsp; How exactly do I do that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nicholas Kormanik&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 10:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799792#M314524</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2022-03-03T10:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hmmm....  Is SAS Dead In The Water?, or Just Taking It's Time?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799815#M314540</link>
      <description>&lt;P&gt;Some tricks I do when setting up long-running jobs:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;redirect SAS log to known location, and periodically check that log info is being updated. On UNIX I use "tail -50 logs/file.log". On Windows I use Notepad++ which doesn't demand an exclusive lock.&lt;/LI&gt;
&lt;LI&gt;If the job will create lots of transient data sets that aren't needed for the entire process, use PROC DELETE or PROC DATASETS to delete these between steps.&lt;/LI&gt;
&lt;LI&gt;Redirect the WORK option to a folder that has lots of space in case some tasks (SORT or SQL) will generate large utility files. Mostly applies to UNIX where quotas can differ based on space.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For a Windows job already in motion where you haven't done these steps, &lt;A href="https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer" target="_self"&gt;use a tool like Process Explorer&lt;/A&gt; to monitor the open file handles to find signs of life.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 12:23:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799815#M314540</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-03-03T12:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hmmm....  Is SAS Dead In The Water?, or Just Taking It's Time?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799816#M314541</link>
      <description>&lt;A href="https://blogs.sas.com/content/iml/2018/04/25/sweep-thousands-of-regressions.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/04/25/sweep-thousands-of-regressions.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/02/13/run-1000-regressions.html&lt;/A&gt;</description>
      <pubDate>Thu, 03 Mar 2022 12:25:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799816#M314541</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-03-03T12:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hmmm....  Is SAS Dead In The Water?, or Just Taking It's Time?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799867#M314563</link>
      <description>&lt;P&gt;And maybe send all output to an ODS file destination instead of the default HTML results window. Depending on procedure and output it can take more time to make the "results" output display than to run the analysis.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 14:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799867#M314563</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-03T14:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hmmm....  Is SAS Dead In The Water?, or Just Taking It's Time?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799996#M314628</link>
      <description>&lt;P&gt;If any SAS programs are running slowly then look through your SAS log. If Real Time taken for any step is a lot higher than the CPU Time then you can be pretty much guaranteed that your bottleneck is IO.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm assuming SAS is running your PC as you are looking at MS Task Manager. So where are you reading your data from and writing to? If you are using remote drives or file servers for your data these can be really slow. If all of your data is on local drives then you'll be limited by their bandwidth. How old is your PC? Solid State drives are way faster than traditional disk drives.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 22:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hmmm-Is-SAS-Dead-In-The-Water-or-Just-Taking-It-s-Time/m-p/799996#M314628</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-03-03T22:39:14Z</dc:date>
    </item>
  </channel>
</rss>

