<?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: remote submit can only transfer file? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442227#M110616</link>
    <description>&lt;P&gt;You can use RLS (Remote Library Services).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;libname WORK_B server=B slibref=WORK;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It won't be any faster though, probably slower than a download. But less code and less local storage used.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 02:24:32 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-03-05T02:24:32Z</dc:date>
    <item>
      <title>remote submit can only transfer file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442192#M110602</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know we can use rsubmit to use proc download/upload to transfer files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a SAS dataset A locates in server a&amp;nbsp;and SAS dataset B locates in server b.&lt;/P&gt;
&lt;P&gt;I want to compare the difference of A and B using proc compare procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is do I have to at first&amp;nbsp;download A from server a to server b to make them in same location then&amp;nbsp;I can compare them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 22:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442192#M110602</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2018-03-04T22:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: remote submit can only transfer file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442208#M110607</link>
      <description>&lt;P&gt;Both the base and compare datasets need to be accessible by the SAS server running the COMPARE procedure. One way to do that is to download one of the datasets to that server as you describe. Another way would be to set up network shares between the servers so they can read each others datasets - this will only work if the servers run the same operating systems.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 01:23:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442208#M110607</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-03-05T01:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: remote submit can only transfer file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442227#M110616</link>
      <description>&lt;P&gt;You can use RLS (Remote Library Services).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;libname WORK_B server=B slibref=WORK;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It won't be any faster though, probably slower than a download. But less code and less local storage used.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 02:24:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442227#M110616</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-03-05T02:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: remote submit can only transfer file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442255#M110631</link>
      <description>&lt;P&gt;Use upload/download, then run compare. Using the remote library services will be less performant (record-by-record reads/writes vs. bulk) as of my past experience.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 06:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remote-submit-can-only-transfer-file/m-p/442255#M110631</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-05T06:40:54Z</dc:date>
    </item>
  </channel>
</rss>

