<?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 to copy datasets generated by SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-copy-datasets-generated-by-SAS/m-p/278742#M56100</link>
    <description>&lt;P&gt;Just define two LIBNAME statements, one for the input folder and one forl the output folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname in '... path ...';&lt;/P&gt;
&lt;P&gt;libname out '... path ...';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc copy in=in out=out;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2016 17:09:11 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2016-06-20T17:09:11Z</dc:date>
    <item>
      <title>How to copy datasets generated by SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-copy-datasets-generated-by-SAS/m-p/278734#M56094</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options noxwait;
x ‘copy c:\Local\Tem\*.sas7*
C:\dataliba;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I need to copy all those tem datasets generated by sas. Any advice? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-copy-datasets-generated-by-SAS/m-p/278734#M56094</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-20T16:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy datasets generated by SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-copy-datasets-generated-by-SAS/m-p/278742#M56100</link>
      <description>&lt;P&gt;Just define two LIBNAME statements, one for the input folder and one forl the output folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname in '... path ...';&lt;/P&gt;
&lt;P&gt;libname out '... path ...';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc copy in=in out=out;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 17:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-copy-datasets-generated-by-SAS/m-p/278742#M56100</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-06-20T17:09:11Z</dc:date>
    </item>
  </channel>
</rss>

