<?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: Copying files from local machine to  Server in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203800#M50817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;Is there any SAS code to do that operation automatically instead of doing manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 18:23:38 GMT</pubDate>
    <dc:creator>avinesh</dc:creator>
    <dc:date>2015-08-20T18:23:38Z</dc:date>
    <item>
      <title>Copying files from local machine to  Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203798#M50815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to copy files from my local machine to SAS Server using EG, My SAS Server is on Windows Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 16:39:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203798#M50815</guid>
      <dc:creator>avinesh</dc:creator>
      <dc:date>2015-08-20T16:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files from local machine to  Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203799#M50816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; The regular click path to do this in EG 7.1 is: Tasks --&amp;gt; Data --&amp;gt; Upload Data Files to Server. But if the choice is grayed out, you will need to work with your SAS Administrator -- they may not want you uploading files to the server and may have reserved this ability to administrators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 17:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203799#M50816</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-08-20T17:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files from local machine to  Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203800#M50817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;Is there any SAS code to do that operation automatically instead of doing manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 18:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203800#M50817</guid>
      <dc:creator>avinesh</dc:creator>
      <dc:date>2015-08-20T18:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files from local machine to  Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203801#M50818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is only be possible if the SAS server can reference your local machine drives. Talk to your IT admin folks. Often they don't allow this for security reasons. Another possibility would be to have a common folder location where a network share would be accessible to both you and the SAS server (&lt;A href="https://communities.sas.com/"&gt;\\server\common&lt;/A&gt; share\Myfolder)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 19:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203801#M50818</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-20T19:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files from local machine to  Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203802#M50819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To transfer files, several methods may be used&lt;/P&gt;&lt;P&gt;- Use EG, as described&lt;/P&gt;&lt;P&gt;- if SAS is present on both hosts in question, and CONNECT is licensed, (only) SAS datasets can be up/downloaded&lt;/P&gt;&lt;P&gt;- use a file transfer method (SFTP, PuTTY, ...) tro transfer files. Most servers have the ssh server daemon installed and running. Windows servers may be quite a hassle, though, because of licensing and the intrinsic dumbness of Windows as such.&lt;/P&gt;&lt;P&gt;- use a shared network resource visible to your client and the server&lt;/P&gt;&lt;P&gt;- mount a server resource on your local PC&lt;/P&gt;&lt;P&gt;- mount a resource of your local PC on the server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 07:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Copying-files-from-local-machine-to-Server/m-p/203802#M50819</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-08-21T07:10:37Z</dc:date>
    </item>
  </channel>
</rss>

