<?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: Permanent copy of file LIBNAME.DATASET.DATA was deleted. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805619#M33499</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/421695"&gt;@AZFXL&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 2015 thread&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Cannot-Trouble-Shoot-Error-quot-permanent-copy-deleted-quot/m-p/139965" target="_blank" rel="noopener"&gt;Cannot Trouble Shoot Error - "permanent copy deleted"&lt;/A&gt;&amp;nbsp;and &lt;A href="https://support.sas.com/kb/41/488.html" target="_blank" rel="noopener"&gt;Problem Note 41488&lt;/A&gt; suggest that anti-virus software might remove certain files and should be configured not to do so. I would also try another library on a physically different storage medium (perhaps the WORK library) to find out if the issue is limited to the drive that libref &lt;FONT face="courier new,courier"&gt;libname&lt;/FONT&gt; points to.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Apr 2022 12:25:46 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2022-04-02T12:25:46Z</dc:date>
    <item>
      <title>Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805606#M33492</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;data libname.dataset;
	infile "&amp;amp;filepath.\testfile.txt"
		delimiter=','
		missover
		firstobs=1
		DSD
		lrecl = 32767;
	format aaa $12.;
	format bbb yymmdds10.;
	format ccc best12.;
	input
		aaa $
		bbb :yymmdd8.
                ccc
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Dear SAS community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using SAS Enterprise Guide 8.3. The code above works fine previously but recently I am having the error as below&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"ERROR: Permanent copy of file LIBNAME.DATASET.DATA was deleted.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NOTE: DATA statement used (Total process time):&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;real time 0.02 seconds&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;cpu time 0.01 seconds"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate if you could help to identify the issue that leads to the mentioned error. Thank you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 10:19:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805606#M33492</guid>
      <dc:creator>AZFXL</dc:creator>
      <dc:date>2022-04-02T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805607#M33493</link>
      <description>&lt;P&gt;Please show us the ENTIRE log for this DATA step, by copying it as text and pasting it into the window that appears when you click on the &amp;lt;/&amp;gt; icon. Never show us partial logs for a DATA step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Insert Log Icon in SAS Communities.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66171iFEC370B1DBF07B28/image-size/large?v=v2&amp;amp;px=999" role="button" title="Insert Log Icon in SAS Communities.png" alt="Insert Log Icon in SAS Communities.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 10:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805607#M33493</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-02T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805609#M33494</link>
      <description />
      <pubDate>Sat, 02 Apr 2022 12:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805609#M33494</guid>
      <dc:creator>AZFXL</dc:creator>
      <dc:date>2022-04-02T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805610#M33495</link>
      <description>&lt;P&gt;I admit that I have never seen this particular error message before. However, when you create INDPATH.POLICYO, you get this in the log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;NOTE: 5000 records were read from the infile "C:\SAS\1221\Download\OP_0001.txt".
      The minimum record length was 610.
      The maximum record length was 750.&lt;/PRE&gt;
&lt;P&gt;but when you create INDPATH.POLICYI, nothing similar appears. This leads me to believe that the file named&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;C:\SAS\1221\Download\IP_0001.txt&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;either does not exist, or is corrupted, or empty.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 10:45:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805610#M33495</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-02T10:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805612#M33496</link>
      <description>&lt;P&gt;I have tried to close the entire SAS EG and rerun the same program. The issue happen on policyo instead of policyi now. Double checked on the textfiles, both exist and is not corrupted or empty.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 10:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805612#M33496</guid>
      <dc:creator>AZFXL</dc:creator>
      <dc:date>2022-04-02T10:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805613#M33497</link>
      <description>&lt;P&gt;Sorry, but I am stumped. No idea what is wrong here.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 10:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805613#M33497</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-02T10:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805614#M33498</link>
      <description>&lt;P&gt;me too :'( Anyway, thanks for your help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 11:07:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805614#M33498</guid>
      <dc:creator>AZFXL</dc:creator>
      <dc:date>2022-04-02T11:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Permanent copy of file LIBNAME.DATASET.DATA was deleted.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805619#M33499</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/421695"&gt;@AZFXL&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 2015 thread&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Cannot-Trouble-Shoot-Error-quot-permanent-copy-deleted-quot/m-p/139965" target="_blank" rel="noopener"&gt;Cannot Trouble Shoot Error - "permanent copy deleted"&lt;/A&gt;&amp;nbsp;and &lt;A href="https://support.sas.com/kb/41/488.html" target="_blank" rel="noopener"&gt;Problem Note 41488&lt;/A&gt; suggest that anti-virus software might remove certain files and should be configured not to do so. I would also try another library on a physically different storage medium (perhaps the WORK library) to find out if the issue is limited to the drive that libref &lt;FONT face="courier new,courier"&gt;libname&lt;/FONT&gt; points to.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 12:25:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-Permanent-copy-of-file-LIBNAME-DATASET-DATA-was-deleted/m-p/805619#M33499</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-04-02T12:25:46Z</dc:date>
    </item>
  </channel>
</rss>

