<?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: The deleted table will automatically be recovery by &amp;quot;$&amp;quot; table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354838#M83069</link>
    <description>&lt;P&gt;Thank you Tom.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I create new topic because I just find new problem need to be focused.excuse me for the confuse.&lt;BR /&gt;&lt;BR /&gt;At same time I tried to modify Excel.I can't find the solution so far and I am still keeping on trying.&lt;BR /&gt;&lt;BR /&gt;I tried close them before modify them for sure. in each times.&lt;/P&gt;</description>
    <pubDate>Sun, 30 Apr 2017 22:06:17 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2017-04-30T22:06:17Z</dc:date>
    <item>
      <title>The deleted table will automatically be recovery by "$" table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354767#M83028</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I trying to update .xlsx file woth libname excel engine,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname mylib Excel 'C:\temp\aaaaaa.xlsx';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to Delete the table&amp;nbsp;:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;proc sql&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;drop table mylib.'myData$'n;&lt;BR /&gt;&amp;nbsp; quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But It will automaticaly recovery the deleted tables by the table end with a "$", also I can't delete the talbes with "$"&lt;/P&gt;
&lt;P&gt;what to do??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 02:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354767#M83028</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-04-30T02:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: The deleted table will automatically be recovery by "$" table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354777#M83035</link>
      <description>&lt;P&gt;Define FILENAME refering the excel file that need to be deleted, then&lt;/P&gt;
&lt;P&gt;use FDELETE function to delete the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename todel '&lt;SPAN&gt;C:\temp\aaaaaa.xlsx&lt;/SPAN&gt;';&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;rc = fdelete(todel);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Old $ files, try to delete by OS command.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 03:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354777#M83035</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-04-30T03:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: The deleted table will automatically be recovery by "$" table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354784#M83038</link>
      <description>&lt;P&gt;Is myData a sheet or named range?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 05:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354784#M83038</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-30T05:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: The deleted table will automatically be recovery by "$" table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354819#M83055</link>
      <description>a sheet name.&lt;BR /&gt;after deleted and create new one. the old one still there but the new one will change name followed by an extra '1'&lt;BR /&gt;&lt;BR /&gt;That is: if I delete sheet1 and create new sheet1, the old sheet1 will be still there, but my new sheet1 will become sheet11</description>
      <pubDate>Sun, 30 Apr 2017 17:23:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354819#M83055</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-04-30T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: The deleted table will automatically be recovery by "$" table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354833#M83066</link>
      <description>&lt;P&gt;Why do you have three different threads for the same topic?&lt;/P&gt;
&lt;P&gt;If you cannot update your version of SAS to something more modern then perhaps you can instead ask Excel to remove the sheet for you.&lt;/P&gt;
&lt;P&gt;You should also check your settings in Excel. Perhaps there is some setting in Excel that is causing the sheets to not be permanently deleted?&lt;/P&gt;
&lt;P&gt;Did you try closing the workbook between when you delete the old sheet and when you try to add it back?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 21:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354833#M83066</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-04-30T21:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: The deleted table will automatically be recovery by "$" table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354838#M83069</link>
      <description>&lt;P&gt;Thank you Tom.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I create new topic because I just find new problem need to be focused.excuse me for the confuse.&lt;BR /&gt;&lt;BR /&gt;At same time I tried to modify Excel.I can't find the solution so far and I am still keeping on trying.&lt;BR /&gt;&lt;BR /&gt;I tried close them before modify them for sure. in each times.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 22:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-deleted-table-will-automatically-be-recovery-by-quot-quot/m-p/354838#M83069</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-04-30T22:06:17Z</dc:date>
    </item>
  </channel>
</rss>

