<?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: how can I restore the deleted datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310154#M66852</link>
    <description>&lt;P&gt;Yes. I am using windows.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2016 16:39:44 GMT</pubDate>
    <dc:creator>Niugg2010</dc:creator>
    <dc:date>2016-11-08T16:39:44Z</dc:date>
    <item>
      <title>how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310145#M66847</link>
      <description>&lt;P&gt;If I delected a datasets by methods such as ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;drop table1;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc datasets lib=abc;&lt;/P&gt;&lt;P&gt;delet data1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can I find the deleted datasets in my computer? Or how can I restore the deleted datasets?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310145#M66847</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2016-11-08T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310146#M66848</link>
      <description>&lt;P&gt;Did you look in your Work library?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:29:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310146#M66848</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-08T16:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310147#M66849</link>
      <description>&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname a "C:\*************";&lt;BR /&gt;data a.abc;&lt;BR /&gt;x=a;&lt;BR /&gt;y=b;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;drop table a.abc;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the datasets a.abc was completely delected from my computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get a.abc back?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:37:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310147#M66849</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2016-11-08T16:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310153#M66851</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/100692"&gt;@Niugg2010&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the datasets a.abc was completely delected from my computer.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, that's what DROP does.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you accidentally delete a table you need? I'm not sure what you're trying to do here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are are you on Windows or Unix?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310153#M66851</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-08T16:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310154#M66852</link>
      <description>&lt;P&gt;Yes. I am using windows.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310154#M66852</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2016-11-08T16:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310171#M66859</link>
      <description>&lt;P&gt;Depending on timing and your set up this may or may not work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Navigate to library path in Windows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If Windows 7, right click (on folder) and select properties. In properties pane look for the tab previous versions. Click it. WAIT. It takes a few minutes to populate if it's been turned on. Then you can navigate back in time and restore your file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Windows 10 (I have no experience) ) here are the instructions from MSFT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-ca/help/17143/windows-10-back-up-your-files" target="_blank"&gt;https://support.microsoft.com/en-ca/help/17143/windows-10-back-up-your-files&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be careful what you delete.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310171#M66859</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-08T17:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310175#M66862</link>
      <description>&lt;P&gt;As much as I know, deleteing a dataset by SAS procedures, deletes it from the disk&lt;/P&gt;
&lt;P&gt;without moving the dataset to the trash. Unless you have backed it up,&lt;/P&gt;
&lt;P&gt;the only way&amp;nbsp;is to recreate it, assuming you have the inputs and there are no random created variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that even a disk recovery tool will not help, as probably the file will be read by sas as damaged.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:13:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310175#M66862</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-08T17:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310176#M66863</link>
      <description>&lt;P&gt;Thanks. I thought afte delet/drop it will move to a temperary fold, like to "recycle bin".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310176#M66863</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2016-11-08T17:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310179#M66866</link>
      <description>&lt;P&gt;Thanks. So the safe way is to build a copy in WORK library and then deal with it.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310179#M66866</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2016-11-08T17:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310211#M66881</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/100692"&gt;@Niugg2010&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks. So the safe way is to build a copy in WORK library and then deal with it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That depends. You haven't actually explained what you're trying to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310211#M66881</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-08T19:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310217#M66883</link>
      <description>&lt;P&gt;I built a datasets to check my code. By accident, I deleted that datasets.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:34:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310217#M66883</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2016-11-08T19:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310220#M66885</link>
      <description>&lt;P&gt;Store the SAS datasets you want to keep on disks that are backed up, for example a network server or file share. That way even if you accidentally delete them you can get them restored from backup - it should be standard policy that these are backed up daily.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310220#M66885</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-11-08T19:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: how can I restore the deleted datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310296#M66912</link>
      <description>No. You can't. Find some Recovery Software in Internet, maybe that could get you the table back.</description>
      <pubDate>Wed, 09 Nov 2016 06:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-restore-the-deleted-datasets/m-p/310296#M66912</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-09T06:35:59Z</dc:date>
    </item>
  </channel>
</rss>

