<?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: SAS batch job are long running in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668292#M19411</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;Apologies on my wording, it is an internal disk to the server&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2020 08:32:33 GMT</pubDate>
    <dc:creator>naveenraj</dc:creator>
    <dc:date>2020-07-10T08:32:33Z</dc:date>
    <item>
      <title>SAS batch job are long running</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668254#M19409</link>
      <description>&lt;P&gt;We have batch jobs that were running fine without any issue for a long time. From last week onwards we are seeing that the jobs are long running. Our's is a sas environment hosted on linux machine. We have not made any changes to the code recently. The only thing i can see within the logs is that the&amp;nbsp;real time of the procedure or data step has increased. We have checked wih Unix admins and they have told that no other process is running on the server. We have also run the jobs at different times to see if its a&amp;nbsp; timing isue. But did not get any difference. Only thing we can notice is high i/o utilization on sas work library mount which was not there previously. Have anyone faced this issue or guide me on what to check further to imprve the performance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;real time 37:04.73&lt;BR /&gt;user cpu time 9:49.74&lt;BR /&gt;system cpu time 5:39.84&lt;BR /&gt;memory 2110359.71k&lt;BR /&gt;OS Memory 2120860.00k&lt;BR /&gt;Timestamp 07/06/2020 09:43:48 PM&lt;BR /&gt;Page Faults 31&lt;BR /&gt;Page Reclaims 2235141&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 8831289&lt;BR /&gt;Involuntary Context Switches 1730716&lt;BR /&gt;Block Input Operations 335352296&lt;BR /&gt;Block Output Operations 722203936&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;before :&amp;nbsp;&lt;/P&gt;&lt;P&gt;real time 9:30.78&lt;BR /&gt;user cpu time 8:15.08&lt;BR /&gt;system cpu time 5:14.26&lt;BR /&gt;memory 2110359.71k&lt;BR /&gt;OS Memory 2120860.00k&lt;BR /&gt;Timestamp 06/30/2020 08:40:02 PM&lt;BR /&gt;Page Faults 33&lt;BR /&gt;Page Reclaims 2068727&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 8136300&lt;BR /&gt;Involuntary Context Switches 897939&lt;BR /&gt;Block Input Operations 332189320&lt;BR /&gt;Block Output Operations 727054200&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 04:45:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668254#M19409</guid>
      <dc:creator>naveenraj</dc:creator>
      <dc:date>2020-07-10T04:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch job are long running</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668276#M19410</link>
      <description>&lt;P&gt;Since you talk about "&lt;SPAN&gt;work library mount", which lets me suspect that your WORK is possibly a network share (considered VERY BAD PRACTICE), then it means your network connection to that share has somehow degraded.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;WORK should either be a very fast internal disk (array), or run over a SAN, with a powerful box (or several, for failover) on the backend.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In fact, I would avoid any SAS processing on network shares; only initial fetches and final stores should be made from/to those.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 07:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668276#M19410</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-10T07:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch job are long running</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668292#M19411</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;Apologies on my wording, it is an internal disk to the server&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 08:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668292#M19411</guid>
      <dc:creator>naveenraj</dc:creator>
      <dc:date>2020-07-10T08:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch job are long running</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668312#M19413</link>
      <description>&lt;P&gt;In your log, the number of involuntary context switches has roughly doubled. This points to possible wait states (causing the SAS process to be kicked out of the CPU), and/or higher priority processes demanding CPU access. Wait states for disk I/O may come from multiple processes doing I/O at the same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Log on to the server and run a monitoring utility (nmon, topas, ...) to see the CPU load and other diagnostics.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 10:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668312#M19413</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-10T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch job are long running</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668494#M19419</link>
      <description>&lt;P&gt;Also check for any orphan / rogue SAS sessions on your SAS application server and kill them. Often Enterprise Guide / SAS Studio SAS sessions don't close cleanly so orphan SAS sessions processes can build up on your server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An alternative approach would be to get your whole SAS server platform rebooted if that is allowable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 22:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-job-are-long-running/m-p/668494#M19419</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-10T22:36:06Z</dc:date>
    </item>
  </channel>
</rss>

