<?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: Access=readonly in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742448#M232251</link>
    <description>&lt;P&gt;ACCESS=READONLY is not a dataset option, but an option of the LIBNAME statement. Therefore, if you clear the libname and re-assign the library for the same path without the option, it becomes writable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 15:46:59 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-05-19T15:46:59Z</dc:date>
    <item>
      <title>Access=readonly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742444#M232247</link>
      <description>&lt;P&gt;What is the opposite of Access=readonly?&lt;/P&gt;
&lt;P&gt;Can a data set that has had been made access readonly be reverted back to read and write?&amp;nbsp; How do I revert it back to access read and write?&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 15:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742444#M232247</guid>
      <dc:creator>Sarah-R</dc:creator>
      <dc:date>2021-05-19T15:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Access=readonly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742447#M232250</link>
      <description>&lt;P&gt;In a LIBNAME statement, just re-run the LIBNAME without &lt;FONT face="courier new,courier"&gt;access=readonly&lt;/FONT&gt; on the end.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 15:46:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742447#M232250</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-05-19T15:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Access=readonly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742448#M232251</link>
      <description>&lt;P&gt;ACCESS=READONLY is not a dataset option, but an option of the LIBNAME statement. Therefore, if you clear the libname and re-assign the library for the same path without the option, it becomes writable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 15:46:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742448#M232251</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-19T15:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access=readonly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742449#M232252</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I guess your dataset is read-only because of the library it is residing in.&lt;/P&gt;
&lt;P&gt;Maybe that library was assigned with the 'access=readonly' option??&lt;/P&gt;
&lt;P&gt;Clear the libname and assign it again to the same path but without the access=readonly option. This has an effect on all library members of course!&lt;/P&gt;
&lt;P&gt;Or the dataset was made read-only in the OS, then you have to switch off read-only on the OS as well.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 15:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742449#M232252</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-05-19T15:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access=readonly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742454#M232256</link>
      <description>&lt;P&gt;Make a new libref.&amp;nbsp; Depending on how the original libref is defined you might be able to do it using the PATHNAME() function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname readonly "mydirectory" access=readonly;
libname write "%sysfunc(pathname(readonly))" ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 May 2021 15:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-readonly/m-p/742454#M232256</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-05-19T15:54:36Z</dc:date>
    </item>
  </channel>
</rss>

