<?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: Server to Server transfer in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/393820#M277764</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/89720"&gt;@sameer112217&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You need SAS/Connect licensed. If you do then everything else here:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/connref/69581/HTML/default/viewer.htm#titlepage.htm&amp;nbsp;" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/connref/69581/HTML/default/viewer.htm#titlepage.htm&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 10:38:02 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2017-09-07T10:38:02Z</dc:date>
    <item>
      <title>Server to Server transfer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392441#M277758</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two server or environment on which I am working. I have one dataset named smart.org on the second server. I need to transfer the dataset to the first server in the work library so that I can use it to join one of my output table. Take example for referece&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First Server&lt;/P&gt;&lt;P&gt;sample1.app.server1.com&amp;nbsp;&amp;nbsp; port 8564&lt;/P&gt;&lt;P&gt;sample2.app.server2.com&amp;nbsp;&amp;nbsp; port 8562&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both have common username and id&lt;/P&gt;&lt;P&gt;username: sam1122&lt;/P&gt;&lt;P&gt;password&amp;nbsp; analytics1122&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently logged in and working in the second server sample2.app.server2.com and want to read the dataset from the first server from the library smart and pull the dataset org and store it in the work library in the current environment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The path of smart library in the first server is sks/emea/data/sm. What&amp;nbsp; code I need to write in the second server in EG to pull the data. I am aware of unix/putty transfer via scp command or winscp&amp;nbsp;but I want to use proc download/upload or something in the code to do that. does anyone help me with code.. how can i log in and read data from another server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already created output&amp;nbsp;file named work.incentive&amp;nbsp;in the first server whcih has fields like salesname, salesperson, salary. I want to join the field department from smart.org to the incentive output. I know about join part though&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392441#M277758</guid>
      <dc:creator>sameer112217</dc:creator>
      <dc:date>2017-09-01T07:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Server to Server transfer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392445#M277759</link>
      <description>&lt;P&gt;Do you have SAS/CONNECT installed and licensed on both servers? If you do then PROC DOWNLOAD or UPLOAD is a good option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also what operating systems do the two SAS servers run on? Are they the same or not? If they are not the same and you don't have SAS/CONNECT then another option is to use PROC CPORT to create a transport file, FTP it to the other server in BINARY mode, then CIMPORT it on the other server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392445#M277759</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-09-01T07:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Server to Server transfer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392446#M277760</link>
      <description>We have same operation system. I want the code for Proc download and upload. My main issue is how can I go to other server and read the file from there. Basically the other server is production server and I am using testing server</description>
      <pubDate>Fri, 01 Sep 2017 07:27:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392446#M277760</guid>
      <dc:creator>sameer112217</dc:creator>
      <dc:date>2017-09-01T07:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Server to Server transfer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392454#M277761</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/89720"&gt;@sameer112217&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;A lot of sites have a full separation between PROD and DEV/TEST environments. If so then the likely only way to move data from one environment to the other is via your local environment (your client).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using SAS EG download the data to your PC/Laptop environment, connect to the other server, upload the data and then process the data in your target server environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is a connection between your two servers possible and you've got SAS/Connect then you can also directly create a remote sesstion on your other server and then transfer the data from this server to your calling environment.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 08:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/392454#M277761</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-09-01T08:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Server to Server transfer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/393788#M277762</link>
      <description>Thanks for the reply. Does anyone know how to create remote session on host server. Code please. Thanks</description>
      <pubDate>Thu, 07 Sep 2017 08:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/393788#M277762</guid>
      <dc:creator>sameer112217</dc:creator>
      <dc:date>2017-09-07T08:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Server to Server transfer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/393808#M277763</link>
      <description>&lt;P&gt;I don't know it, but i am sure that papers exist describing the technique in full-detail. So please, use the search engine.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 10:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/393808#M277763</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-09-07T10:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Server to Server transfer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/393820#M277764</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/89720"&gt;@sameer112217&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You need SAS/Connect licensed. If you do then everything else here:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/connref/69581/HTML/default/viewer.htm#titlepage.htm&amp;nbsp;" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/connref/69581/HTML/default/viewer.htm#titlepage.htm&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 10:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-to-Server-transfer/m-p/393820#M277764</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-09-07T10:38:02Z</dc:date>
    </item>
  </channel>
</rss>

