<?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 it safe to run multiple SAS sessions in Window? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664578#M198578</link>
    <description>&lt;P&gt;One point to consider:&lt;/P&gt;
&lt;P&gt;As long each session updates &lt;STRONG&gt;different&lt;/STRONG&gt; data-sets or create different external files,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it will run fine without interfering each other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case you have common files, sometimes &lt;STRONG&gt;library.format&lt;/STRONG&gt; may cause issues and if you try&lt;/P&gt;
&lt;P&gt;update a same data-set you may loose updates done by one of the sessions, as only last closed&lt;/P&gt;
&lt;P&gt;will be kept on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2020 08:14:40 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2020-06-24T08:14:40Z</dc:date>
    <item>
      <title>Is it safe to run multiple SAS sessions in Window?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664564#M198568</link>
      <description>&lt;P&gt;I have a large datasets so each time I run some code, it takes a while. So I open another SAS window(Start--&amp;gt; SAS--&amp;gt; SAS 9.4.exe) to do something else. Is this safe to do? would this affect my firstly opened SAS window? So far, both windows run fine, except for the second window, I got the following error when it is open.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;WARNING: Unable to copy SASUSER registry to WORK registry. Because of this,
WARNING: you will not see registry customizations during this session.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is this ok ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 06:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664564#M198568</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2020-06-24T06:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to run multiple SAS sessions in Window?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664566#M198570</link>
      <description>&lt;P&gt;Yes it is absolutely fine&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 07:02:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664566#M198570</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-06-24T07:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to run multiple SAS sessions in Window?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664568#M198571</link>
      <description>&lt;P&gt;This registry catalog is used to store your interface settings (among other things) and opened for update by the first SAS session, so it is locked for every other session you start while the first is active.&lt;/P&gt;
&lt;P&gt;The WARNING tells you that any non-default settings you made will not be available, any changes made in the first session will not be recognized by the others, and any changes made in the additional sessions will be lost as soon as they terminate.&lt;/P&gt;
&lt;P&gt;For batch executions, you can safely ignore this.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 07:11:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664568#M198571</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-06-24T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to run multiple SAS sessions in Window?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664578#M198578</link>
      <description>&lt;P&gt;One point to consider:&lt;/P&gt;
&lt;P&gt;As long each session updates &lt;STRONG&gt;different&lt;/STRONG&gt; data-sets or create different external files,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it will run fine without interfering each other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case you have common files, sometimes &lt;STRONG&gt;library.format&lt;/STRONG&gt; may cause issues and if you try&lt;/P&gt;
&lt;P&gt;update a same data-set you may loose updates done by one of the sessions, as only last closed&lt;/P&gt;
&lt;P&gt;will be kept on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 08:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664578#M198578</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2020-06-24T08:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to run multiple SAS sessions in Window?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664584#M198582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/98381"&gt;@somebody&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To avoid this warning you can set the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n0yehy4wog1ti3n1u3nnqf794fhk.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;RSASUSER system option&lt;/A&gt;&lt;SPAN&gt;, which I normally use on my computer and only rarely switch to NORSASUSER (see&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Disable-F3-for-SAS-base/m-p/385639#M92282" target="_blank" rel="noopener"&gt;this older post&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Using two or more SAS sessions in parallel can save a lot of run time (depending on the tasks) if the sessions access different datasets and use different threads/cores of a multi-core processor (check the CPU usage in Windows Task Manager).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, I like having a "test session" available (to test small code snippets) in parallel to the SAS session in which I develop production code. Thus I keep all the "dirty" testing code, log, output and WORK datasets out of the "clean" production environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 08:38:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664584#M198582</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2020-06-24T08:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to run multiple SAS sessions in Window?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664643#M198596</link>
      <description>&lt;P&gt;If the code for your "large datasets" doesn't need to be manually changed you might consider submitting it for a batch job. Right click on the program file in Windows Explorer and you should get a context sensitive menu to submit the code as a batch job.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:34:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-safe-to-run-multiple-SAS-sessions-in-Window/m-p/664643#M198596</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-24T14:34:26Z</dc:date>
    </item>
  </channel>
</rss>

