<?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 EG8.3 - How does the 'unlock open data after inactivity (minutes)' feature affect use of dat in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG8-3-How-does-the-unlock-open-data-after-inactivity-minutes/m-p/827280#M41219</link>
    <description>&lt;P&gt;If you open a SAS table in EG's "View Table", a lock is applied by SAS to the OS (Operating System) file, the SAS table is stored in. That means another process cannot change or delete that file. For example if you try to run a SAS program in EG updating the table then it will fail with an error saying the table is open in another process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The EG Unlock feature helps avoid this happening. The View Table can remain open, but SAS removes the OS file lock, so other processes can update or even delete the table, after the specified idle period. If you deselect that feature then the table will remain locked as long as your View Table window is open and other processes won't be able to update it. In my experience, this feature is very useful as when you are viewing the impacts of executing code changes you want to see that immediately in an open View Table window and not have to close and reopen it all the time to update it and then view the changes.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2022 01:16:01 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-08-05T01:16:01Z</dc:date>
    <item>
      <title>SAS EG8.3 - How does the 'unlock open data after inactivity (minutes)' feature affect use of data?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG8-3-How-does-the-unlock-open-data-after-inactivity-minutes/m-p/827277#M41218</link>
      <description>&lt;P&gt;I've recently moved from SAS EG 7.1 to 8.3 and have encountered the functionality where output data tables now 'unlock' after a certain number of minutes of inactivity (see photo below).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eda8766d-ebdc-4a10-b744-a4e15d0e66e3.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74172iDC3FC16F7B0F3DB5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eda8766d-ebdc-4a10-b744-a4e15d0e66e3.png" alt="eda8766d-ebdc-4a10-b744-a4e15d0e66e3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This setting can be disabled by un-checking the corresponding option, or delayed by extending the minutes before it takes effect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-08-05 104650.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74173i808AD123C21BBB7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-08-05 104650.png" alt="Screenshot 2022-08-05 104650.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question is, what utility does this offer, and what impact might disabling the option have?&lt;/STRONG&gt; For instance, if another program selects data from the output data table, will having the setting un-checked cause unintended results?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm also confused by SAS' use of the term 'unlock'. The &lt;A href="https://documentation.sas.com/doc/en/egdoccdc/8.1/egug/n1bcs58sfe6dw7n144uhawywkllv.htm#p1rtwm7vu2bf2yn1y1guysbqyt2i" target="_self"&gt;documentation&amp;nbsp;&lt;/A&gt; states that the unlock open data setting: &lt;EM&gt;"Specifies how long SAS Enterprise Guide waits before releasing the lock on an idle open data set. A data set becomes idle if you have had no recent interaction with it, including mouse moves, mouse clicks, edits, refreshes, or scrolling. The default value is&amp;nbsp;&lt;CODE class=""&gt;3 minutes&lt;/CODE&gt;"&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does 'releasing the lock' entail? If the setting to unlock open data is un-checked, would that not imply the lock is always on?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 00:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG8-3-How-does-the-unlock-open-data-after-inactivity-minutes/m-p/827277#M41218</guid>
      <dc:creator>SAS_Brizvegas</dc:creator>
      <dc:date>2022-08-05T00:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG8.3 - How does the 'unlock open data after inactivity (minutes)' feature affect use of dat</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG8-3-How-does-the-unlock-open-data-after-inactivity-minutes/m-p/827280#M41219</link>
      <description>&lt;P&gt;If you open a SAS table in EG's "View Table", a lock is applied by SAS to the OS (Operating System) file, the SAS table is stored in. That means another process cannot change or delete that file. For example if you try to run a SAS program in EG updating the table then it will fail with an error saying the table is open in another process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The EG Unlock feature helps avoid this happening. The View Table can remain open, but SAS removes the OS file lock, so other processes can update or even delete the table, after the specified idle period. If you deselect that feature then the table will remain locked as long as your View Table window is open and other processes won't be able to update it. In my experience, this feature is very useful as when you are viewing the impacts of executing code changes you want to see that immediately in an open View Table window and not have to close and reopen it all the time to update it and then view the changes.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 01:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG8-3-How-does-the-unlock-open-data-after-inactivity-minutes/m-p/827280#M41219</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-08-05T01:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG8.3 - How does the 'unlock open data after inactivity (minutes)' feature affect use of dat</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG8-3-How-does-the-unlock-open-data-after-inactivity-minutes/m-p/827281#M41220</link>
      <description>Thanks very much SASKiwi! With that explanation and some playing around I've got a much better grasp on this. Cheers</description>
      <pubDate>Fri, 05 Aug 2022 01:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG8-3-How-does-the-unlock-open-data-after-inactivity-minutes/m-p/827281#M41220</guid>
      <dc:creator>SAS_Brizvegas</dc:creator>
      <dc:date>2022-08-05T01:30:08Z</dc:date>
    </item>
  </channel>
</rss>

