<?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: Deleting an Excel sheet with SAS on a unix server in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561120#M10548</link>
    <description>&lt;P&gt;It does not work. As far as I understand this can only be done with the Excel engine which is not availible on unix. But if I am wrong, please let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: XL.Raaderum.DATA cannot be deleted because files cannot be deleted from the XL library.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 23 May 2019 12:33:12 GMT</pubDate>
    <dc:creator>rudfaden</dc:creator>
    <dc:date>2019-05-23T12:33:12Z</dc:date>
    <item>
      <title>Deleting an Excel sheet with SAS on a unix server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561080#M10536</link>
      <description>&lt;P&gt;As far as i can tell, the Excel libname engine is not supported on unix. the xlsx engine is, but is does not allow for deleting excel sheets. So is there a way to delete a excel sheet on a unix server running SAS?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 09:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561080#M10536</guid>
      <dc:creator>rudfaden</dc:creator>
      <dc:date>2019-05-23T09:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Excel sheet with SAS on a unix server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561082#M10538</link>
      <description>&lt;P&gt;Have you tried LIBNAME XLSX and PROC DELETE?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 09:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561082#M10538</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-23T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Excel sheet with SAS on a unix server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561120#M10548</link>
      <description>&lt;P&gt;It does not work. As far as I understand this can only be done with the Excel engine which is not availible on unix. But if I am wrong, please let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: XL.Raaderum.DATA cannot be deleted because files cannot be deleted from the XL library.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 May 2019 12:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561120#M10548</guid>
      <dc:creator>rudfaden</dc:creator>
      <dc:date>2019-05-23T12:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Excel sheet with SAS on a unix server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561121#M10549</link>
      <description>&lt;P&gt;**** (insert suitable expletive here). I was hoping that SAS would be able to do this from what is basically a zip archive of XML files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way I see it, you could only create a new workbook and copy everything from old to new with the exception of the spreadsheet that is to be deleted.&lt;/P&gt;
&lt;P&gt;But that would most probably kill a lot of information you want to keep (eg if you have a workbook with pretty formatted sheets).&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 12:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/561121#M10549</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-23T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Excel sheet with SAS on a unix server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/883058#M39179</link>
      <description>&lt;P&gt;I don't have a straight forward solution.&lt;/P&gt;
&lt;P&gt;However if you have an additonal computer with Windows installation, you could consider using proc upload/proc download to more the file there to complete the update with DDE... and then retrieve it on your Unix server.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 08:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/883058#M39179</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2023-06-30T08:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Excel sheet with SAS on a unix server</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/883115#M39181</link>
      <description>Just confirming you want to delete a sheet in a workbook, not the whole workbook? If it's the whole workbook, then you can use FDELETE.</description>
      <pubDate>Fri, 30 Jun 2023 14:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Deleting-an-Excel-sheet-with-SAS-on-a-unix-server/m-p/883115#M39181</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-30T14:59:53Z</dc:date>
    </item>
  </channel>
</rss>

