<?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: Running Other Programs While Running SAS Job in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374701#M89755</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Pretty much hardware dependent. If your computer has limited memory, disk space or cpu cycles then you might have issues.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What "issues" are you talking about here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question was about corrupting SAS somehow, that can't happen as far as I know.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Mostly performance related such as excessive disk swapping or just very slow performance as the "active" program gets attention and the background program, SAS perhaps, gets choked for CPU cycles and runs for a very long time. Though in ancient days I did have some issues with scheduled batch jobs getting killed by late-night operators who though the job was out of control as it used "too many resources". Which was why it was scheduled for 2AM to begin with.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2017 20:38:19 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-07-10T20:38:19Z</dc:date>
    <item>
      <title>Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374615#M89720</link>
      <description>&lt;P&gt;I'm curious to hear the Community's feelings regarding continuing to use your computer for other things while running a long SAS job. &amp;nbsp;Such as using Chrome internet browser, Outlook, Excel, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I fear that doing so may corrupt the SAS procedures and results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share your insights.&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;</description>
      <pubDate>Mon, 10 Jul 2017 17:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374615#M89720</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2017-07-10T17:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374623#M89721</link>
      <description>&lt;P&gt;Pretty much hardware dependent. If your computer has limited memory, disk space or cpu cycles then you might have issues. Of course generally you do not want to try to access the files SAS is attempting to use as many other applications my try to lock the file(s).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I routinely run SAS, email and browser at the same time. One upon a time I had a job where I was running simulations that ran for 4+ days but still used SAS and other programs. That's what multitasking operating systems are for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I had multple programs trying to use all the disk space or memory that would be an issue.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 17:56:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374623#M89721</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-07-10T17:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374633#M89723</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@NicholasKormanik wrote:&lt;BR /&gt;
&lt;P&gt;I'm curious to hear the Community's feelings regarding continuing to use your computer for other things while running a long SAS job. &amp;nbsp;Such as using Chrome internet browser, Outlook, Excel, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I fear that doing so may corrupt the SAS procedures and results.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I have never had that happen, and as far as I know, it shouldn't happen. Chrome, Outlook, Excel, &lt;EM&gt;etc&lt;/EM&gt;.&amp;nbsp;have no effect on SAS.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 18:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374633#M89723</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-10T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374634#M89724</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Pretty much hardware dependent. If your computer has limited memory, disk space or cpu cycles then you might have issues.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What "issues" are you talking about here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question was about corrupting SAS somehow, that can't happen as far as I know.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 18:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374634#M89724</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-10T18:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374659#M89736</link>
      <description>&lt;P&gt;Thanks to all responding. &amp;nbsp;Just don't want any corruptions or interference. &amp;nbsp;Prefer continuing to use main computer if that's okay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374659#M89736</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2017-07-10T19:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374663#M89739</link>
      <description>&lt;P&gt;The only reason you shouldn't run other programs is if you're using system commands/functions and/or DDE. Those will interact with the system and you can cause issues with the process.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:12:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374663#M89739</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-10T19:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374697#M89753</link>
      <description>What would be a "system command" that could possibly interfere with SAS&lt;BR /&gt;functioning properly?&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;There probably is some dividing line between what won't interfere (browser)&lt;BR /&gt;and what likely will.  Hmm..&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Mon, 10 Jul 2017 20:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374697#M89753</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2017-07-10T20:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Running Other Programs While Running SAS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374701#M89755</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Pretty much hardware dependent. If your computer has limited memory, disk space or cpu cycles then you might have issues.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What "issues" are you talking about here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question was about corrupting SAS somehow, that can't happen as far as I know.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Mostly performance related such as excessive disk swapping or just very slow performance as the "active" program gets attention and the background program, SAS perhaps, gets choked for CPU cycles and runs for a very long time. Though in ancient days I did have some issues with scheduled batch jobs getting killed by late-night operators who though the job was out of control as it used "too many resources". Which was why it was scheduled for 2AM to begin with.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 20:38:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-Other-Programs-While-Running-SAS-Job/m-p/374701#M89755</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-07-10T20:38:19Z</dc:date>
    </item>
  </channel>
</rss>

