<?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 a data table to Local lib from Server lib in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/590009#M34708</link>
    <description>&lt;P&gt;Actually, there is a special task for this.&amp;nbsp; It's the Download Data Set from Server task, in the Tasks-&amp;gt;Data area (or use task browser to search "Download".&amp;nbsp; It will copy any data set (even from a database) and download into a local SAS7BDAT file.&amp;nbsp; You can then assign a library in your Local server to read it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an Upload Data Set from PC task too, which copies a SAS7BDAT file from your PC to any library on your remote server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 13:07:40 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2019-09-19T13:07:40Z</dc:date>
    <item>
      <title>Copy a data table to Local lib from Server lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589955#M34704</link>
      <description>&lt;P&gt;As subject,&lt;/P&gt;&lt;P&gt;With SAS EG, I am accessed to two server, first is SASapp which is connected to a database that I can read data, and calculate it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I finish the work, I want to use that data table at second server (Local server), but I can not get the data table when I switch to the local server. The only way now is export the data table from SASapp server to my desktop. Then, switch to local server and import the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask that is there any solution that I can copy the data table from SASapp server to Local server work lib (or any other lib I can create)&amp;nbsp; by code. If so, I don't need to export data then import it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you guys, my poor English may make my article be difficult to understand.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589955#M34704</guid>
      <dc:creator>Harveyyang1</dc:creator>
      <dc:date>2019-09-19T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a data table to Local lib from Server lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589956#M34705</link>
      <description>&lt;P&gt;You can use the Copy Files task to copy the .sas7bdat file to your desktop.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:34:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589956#M34705</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-19T08:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a data table to Local lib from Server lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589964#M34706</link>
      <description>&lt;P&gt;Thanks for the reply, if there is any other way that I do not need to export the file to my desktop?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589964#M34706</guid>
      <dc:creator>Harveyyang1</dc:creator>
      <dc:date>2019-09-19T08:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a data table to Local lib from Server lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589972#M34707</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/291198"&gt;@Harveyyang1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for the reply, if there is any other way that I do not need to export the file to my desktop?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If both your desktop and server SAS have SAS/CONNECT licensed, you could use that.&lt;/P&gt;
&lt;P&gt;Or you can (if XCMD is set) use any external (s)ftp utility to copy files.&lt;/P&gt;
&lt;P&gt;Or you define a network share on the directory of your server library, so you can mount it on your desktop and define a similar libref there.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 09:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/589972#M34707</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-19T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a data table to Local lib from Server lib</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/590009#M34708</link>
      <description>&lt;P&gt;Actually, there is a special task for this.&amp;nbsp; It's the Download Data Set from Server task, in the Tasks-&amp;gt;Data area (or use task browser to search "Download".&amp;nbsp; It will copy any data set (even from a database) and download into a local SAS7BDAT file.&amp;nbsp; You can then assign a library in your Local server to read it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an Upload Data Set from PC task too, which copies a SAS7BDAT file from your PC to any library on your remote server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copy-a-data-table-to-Local-lib-from-Server-lib/m-p/590009#M34708</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-09-19T13:07:40Z</dc:date>
    </item>
  </channel>
</rss>

