<?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: Write access denied but I can manually copy and paste in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622450#M183101</link>
    <description>Yes! and now I feel dumb!! Thanks ALOT TOM! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
    <pubDate>Wed, 05 Feb 2020 14:09:13 GMT</pubDate>
    <dc:creator>SAShole</dc:creator>
    <dc:date>2020-02-05T14:09:13Z</dc:date>
    <item>
      <title>Write access denied but I can manually copy and paste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622437#M183093</link>
      <description>&lt;P&gt;Hi SAS friends,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I submit the code below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Out.Test;
	set In.Test;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I get this error message &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Write access to member Out.Test.DATA is denied&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;However I am able to copy and paste these datasets manually. Are there any other work arounds? I get the same error using proc copy.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;EDIT: I'm running SAS EG 9.04&amp;nbsp; on UNIX&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 14:07:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622437#M183093</guid>
      <dc:creator>SAShole</dc:creator>
      <dc:date>2020-02-05T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Write access denied but I can manually copy and paste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622439#M183095</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7900"&gt;@SAShole&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running SAS via a workspace server, the "userid" running the job may not have permissions to the directory specified in the LIBNAME statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;BR /&gt;Jeff&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 13:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622439#M183095</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2020-02-05T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Write access denied but I can manually copy and paste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622445#M183098</link>
      <description>&lt;P&gt;What operating system is SAS running on? "Overwriting" a file where you do not have write access is possible in UNIX when&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;you have write access to the directory&lt;/LI&gt;
&lt;LI&gt;you remove the file first&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 05 Feb 2020 13:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622445#M183098</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-02-05T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Write access denied but I can manually copy and paste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622446#M183099</link>
      <description>&lt;P&gt;Did you define the OUT libref with the ACCESS=READONLY option?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 13:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622446#M183099</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-02-05T13:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Write access denied but I can manually copy and paste</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622450#M183101</link>
      <description>Yes! and now I feel dumb!! Thanks ALOT TOM! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Wed, 05 Feb 2020 14:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-access-denied-but-I-can-manually-copy-and-paste/m-p/622450#M183101</guid>
      <dc:creator>SAShole</dc:creator>
      <dc:date>2020-02-05T14:09:13Z</dc:date>
    </item>
  </channel>
</rss>

