<?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 Data Sets records deleted.. Is there any way to recover. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119283#M9988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In future you may want to add ACCESS=READONLY to your libname statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can add ALTER or WRITE passwords to the data set you don't want to change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2013 17:44:33 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2013-01-09T17:44:33Z</dc:date>
    <item>
      <title>SAS Data Sets records deleted.. Is there any way to recover.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119280#M9985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have mistakenly executed one data step that updated one of the permanent tables. Can anybody tell me is there any way to restore the data sets with the earlier version??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will highly appreciate if anybody comesback with a quick and fast solution..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 08:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119280#M9985</guid>
      <dc:creator>arnab61</dc:creator>
      <dc:date>2013-01-09T08:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Sets records deleted.. Is there any way to recover.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119281#M9986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that you can't programmatically restore the tables to it's previous state, there are just a few thing that can help you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;File system restore, contact the responsible personnel for backups.&lt;/LI&gt;&lt;LI&gt;The Base SAS table is stored as generations, see documentation how to rollback to an earlier version.&lt;/LI&gt;&lt;LI&gt;The table is under audit trail. You can you programming to extract the changes from the trail and update the table accordingly.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 09:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119281#M9986</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-01-09T09:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Sets records deleted.. Is there any way to recover.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119282#M9987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess IT support always has physical backup for all your server drive (D:\, E:\ whatever) and retention for daily physical content also should be there. you can use their help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 16:48:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119282#M9987</guid>
      <dc:creator>sas_9</dc:creator>
      <dc:date>2013-01-09T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Sets records deleted.. Is there any way to recover.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119283#M9988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In future you may want to add ACCESS=READONLY to your libname statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can add ALTER or WRITE passwords to the data set you don't want to change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/119283#M9988</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-01-09T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Sets records deleted.. Is there any way to recover.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/956310#M45726</link>
      <description>&lt;P&gt;Yes there is. If you connect with R to SAS R has its own dataset reader interface what draws through the deleted records too and you can undelete them in R.&lt;/P&gt;&lt;P&gt;Another possible option what I have not tried for 25 years - so maybe it does not work anymore - is dBase. As far I remember, dBase export from SAS contained the deleted records too, and you could set them back to undeleted in dBase. There still exists dBase somewhere out there but I did not try it with this version.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 14:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Data-Sets-records-deleted-Is-there-any-way-to-recover/m-p/956310#M45726</guid>
      <dc:creator>voroslaszlo</dc:creator>
      <dc:date>2025-01-16T14:12:07Z</dc:date>
    </item>
  </channel>
</rss>

