<?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 Data Movement in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-Movement/m-p/948#M265</link>
    <description>What are my options for moving data to my local work library from my server work library?</description>
    <pubDate>Mon, 03 Jul 2006 19:10:43 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-07-03T19:10:43Z</dc:date>
    <item>
      <title>Data Movement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-Movement/m-p/948#M265</link>
      <description>What are my options for moving data to my local work library from my server work library?</description>
      <pubDate>Mon, 03 Jul 2006 19:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-Movement/m-p/948#M265</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-07-03T19:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Movement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-Movement/m-p/949#M266</link>
      <description>If the data is not huge then copy and paste in the server list window.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise, you can use a staging area. Assign a network share on your local machine and reference it from a libname assigned to the server (usually SASMain) session e.g.&lt;BR /&gt;
&lt;BR /&gt;
libname c_temp "\\WM200KTBSW10JK2\temp\" ; &lt;BR /&gt;
&lt;BR /&gt;
proc copy in=work out=c_temp ; run ;</description>
      <pubDate>Thu, 06 Jul 2006 16:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-Movement/m-p/949#M266</guid>
      <dc:creator>Andrew_F</dc:creator>
      <dc:date>2006-07-06T16:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Movement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-Movement/m-p/950#M267</link>
      <description>You can also use the Export as a Step menu item in Enterprise Guide 4.1.  Select the data in your project, right-click, select Export as a Step in the Project.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 06 Jul 2006 16:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-Movement/m-p/950#M267</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2006-07-06T16:42:01Z</dc:date>
    </item>
  </channel>
</rss>

