<?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 PROC EXPORT to XLSX is creating a .bak file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345746#M79585</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I perform a proc export to xlsx it is creating a .bak file in the same directory.&amp;nbsp; Is there a way to prevent this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=mydataset
dbms=xlsx
outfile="C:\Temp\myexcelfile.xlsx" replace;
sheet="myexcelsheet";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 Mar 2017 13:52:16 GMT</pubDate>
    <dc:creator>elwayfan446</dc:creator>
    <dc:date>2017-03-30T13:52:16Z</dc:date>
    <item>
      <title>PROC EXPORT to XLSX is creating a .bak file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345746#M79585</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I perform a proc export to xlsx it is creating a .bak file in the same directory.&amp;nbsp; Is there a way to prevent this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=mydataset
dbms=xlsx
outfile="C:\Temp\myexcelfile.xlsx" replace;
sheet="myexcelsheet";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Mar 2017 13:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345746#M79585</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2017-03-30T13:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to XLSX is creating a .bak file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345752#M79588</link>
      <description>&lt;P&gt;see:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Clean-bak-files-from-PROC-EXPORT/td-p/316201" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Clean-bak-files-from-PROC-EXPORT/td-p/316201&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 14:13:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345752#M79588</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-03-30T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to XLSX is creating a .bak file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345754#M79590</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13711"&gt;@art297&lt;/a&gt;.&amp;nbsp; I couldn't find anything here with my search of .bak.&amp;nbsp; Weird.&amp;nbsp; I guess I will try the fdelete function.&amp;nbsp; I thought there might be a parameter I was missing in the proc export function.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 14:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345754#M79590</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2017-03-30T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to XLSX is creating a .bak file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345756#M79592</link>
      <description>&lt;P&gt;I rely on Google for most searches. In this case I searched for:&amp;nbsp;proc export sas bak file excel&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 14:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345756#M79592</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-03-30T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to XLSX is creating a .bak file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345762#M79594</link>
      <description>&lt;P&gt;same here.&amp;nbsp; I just missed that post somehow.&amp;nbsp; I appreciate the help.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 14:28:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/345762#M79594</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2017-03-30T14:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to XLSX is creating a .bak file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/362603#M85678</link>
      <description>&lt;P&gt;I've thrown in a macro there to clean things up, free gratis and for nothing, which may help.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 04:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-to-XLSX-is-creating-a-bak-file/m-p/362603#M85678</guid>
      <dc:creator>LaurieF</dc:creator>
      <dc:date>2017-05-30T04:16:59Z</dc:date>
    </item>
  </channel>
</rss>

