<?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 Copy/paste Excel files via SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Copy-paste-Excel-files-via-SAS/m-p/70174#M15192</link>
    <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
I'm looking for help on the following:&lt;BR /&gt;
Within my SAS code, I want to copy an existing Excel file from one directory to another.&lt;BR /&gt;
The background is, the existing file is an empty template which should then be populated by data from the SAS code in that new directory.&lt;BR /&gt;
&lt;BR /&gt;
Any help is appreciated.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Holger</description>
    <pubDate>Tue, 08 Feb 2011 15:40:08 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-02-08T15:40:08Z</dc:date>
    <item>
      <title>Copy/paste Excel files via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-paste-Excel-files-via-SAS/m-p/70174#M15192</link>
      <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
I'm looking for help on the following:&lt;BR /&gt;
Within my SAS code, I want to copy an existing Excel file from one directory to another.&lt;BR /&gt;
The background is, the existing file is an empty template which should then be populated by data from the SAS code in that new directory.&lt;BR /&gt;
&lt;BR /&gt;
Any help is appreciated.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Holger</description>
      <pubDate>Tue, 08 Feb 2011 15:40:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-paste-Excel-files-via-SAS/m-p/70174#M15192</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-08T15:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/paste Excel files via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-paste-Excel-files-via-SAS/m-p/70175#M15193</link>
      <description>Would a binary copy do what you need?&lt;BR /&gt;
X copy "oldpath/old template" "new path/new template" ;&lt;BR /&gt;
but probably not in SAS Enterprise Guide. &lt;BR /&gt;
SAS code could do this but the X copy seems much simpler and is probably faster. &lt;BR /&gt;
 &lt;BR /&gt;
peterC</description>
      <pubDate>Tue, 08 Feb 2011 16:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-paste-Excel-files-via-SAS/m-p/70175#M15193</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-02-08T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/paste Excel files via SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-paste-Excel-files-via-SAS/m-p/70176#M15194</link>
      <description>That's exactly what I need, thanks a lot, it's appreciated.</description>
      <pubDate>Wed, 09 Feb 2011 15:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-paste-Excel-files-via-SAS/m-p/70176#M15194</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-09T15:32:59Z</dc:date>
    </item>
  </channel>
</rss>

