<?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: copy all dataset from one lib to another in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198694#M49646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;
libname x v9 'c:\temp';
proc copy in=work out=x memtype=data;
run;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Apr 2015 07:39:59 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-04-18T07:39:59Z</dc:date>
    <item>
      <title>copy all dataset from one lib to another</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198691#M49643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I want copy all data sets from work to another SAS folder. how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets;&lt;/P&gt;&lt;P&gt;copy out=sasuser in=work;&lt;/P&gt;&lt;P&gt;select _all_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198691#M49643</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2015-04-17T17:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: copy all dataset from one lib to another</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198692#M49644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Make sure you specify in/out libraries appropriately but if you drop the select all are copied by default. Also, make sure to include a quite statement with proc datasets.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;proc datasets library=work;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;copy out=sasuser in=work;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;run;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198692#M49644</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-17T17:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: copy all dataset from one lib to another</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198693#M49645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And really not a good idea to put work product into SASUSER as upgrade/installations my not keep your datasets. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 19:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198693#M49645</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-17T19:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: copy all dataset from one lib to another</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198694#M49646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;
libname x v9 'c:\temp';
proc copy in=work out=x memtype=data;
run;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 07:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/copy-all-dataset-from-one-lib-to-another/m-p/198694#M49646</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-18T07:39:59Z</dc:date>
    </item>
  </channel>
</rss>

