<?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: ERROR: You cannot open WORK.XXX.DATA for output access with member-level control because WORK.XX in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956579#M45758</link>
    <description>&lt;P&gt;I feel as there is something odd with the configuration of EG or SASWORK, since I have not seen that issue since really long times....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:&amp;nbsp;&lt;A href="https://support.sas.com/kb/13/740.html" target="_blank"&gt;https://support.sas.com/kb/13/740.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jan 2025 16:39:39 GMT</pubDate>
    <dc:creator>JuanS_OCS</dc:creator>
    <dc:date>2025-01-19T16:39:39Z</dc:date>
    <item>
      <title>ERROR: You cannot open WORK.XXX.DATA for output access with member-level control because WORK.XXX.DA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956515#M45744</link>
      <description>&lt;P&gt;Lets sat that I have 2 programs open.&lt;/P&gt;
&lt;P&gt;Lets say that in program 1 I created data set called XXX&lt;/P&gt;
&lt;P&gt;Lets sat that now in program 2 I try to create also data set called XXX&lt;/P&gt;
&lt;P&gt;Then I get error---ERROR: You cannot open WORK.XXX.DATA for output access with member-level control because WORK.XXX.DATA is in use by you in resource &lt;BR /&gt;environment IOM ROOT COMP ENV.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my older sas version this error never occur.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;What is the way to prevent this error???&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 09:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956515#M45744</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-01-18T09:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: You cannot open WORK.XXX.DATA for output access with member-level control because WORK.XX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956517#M45745</link>
      <description>&lt;P&gt;Turn off the automatic opening of results and output datasets. As long as you have a table viewer open for the dataset, it's locked against overwriting.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 10:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956517#M45745</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-01-18T10:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: You cannot open WORK.XXX.DATA for output access with member-level control because WORK.XX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956527#M45746</link>
      <description>How should I do it please?</description>
      <pubDate>Sat, 18 Jan 2025 14:45:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956527#M45746</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-01-18T14:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: You cannot open WORK.XXX.DATA for output access with member-level control because WORK.XX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956530#M45749</link>
      <description>&lt;P&gt;I suggest you consult the documentation for your specific Enterprise Guide version. For 8.3, see&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/egug/8.3/n1bcs58sfe6dw7n144uhawywkllv.htm" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2025 15:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956530#M45749</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-01-18T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: You cannot open WORK.XXX.DATA for output access with member-level control because WORK.XX</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956579#M45758</link>
      <description>&lt;P&gt;I feel as there is something odd with the configuration of EG or SASWORK, since I have not seen that issue since really long times....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:&amp;nbsp;&lt;A href="https://support.sas.com/kb/13/740.html" target="_blank"&gt;https://support.sas.com/kb/13/740.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2025 16:39:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-You-cannot-open-WORK-XXX-DATA-for-output-access-with/m-p/956579#M45758</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2025-01-19T16:39:39Z</dc:date>
    </item>
  </channel>
</rss>

