<?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: Connecting to RDC and fetting the Data in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/229411#M5622</link>
    <description>In your situation, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; option D is the most "modern" approach. Requires a metadata server and an object spawner.&lt;BR /&gt;&lt;BR /&gt;If you gave SAS on both ends, SAS/CONNECT is an option. Using rsumbit; to do the processing on the server side.</description>
    <pubDate>Sat, 10 Oct 2015 08:22:58 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2015-10-10T08:22:58Z</dc:date>
    <item>
      <title>Connecting to RDC and fetting the Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228575#M5573</link>
      <description>&lt;P&gt;Hi I am Vipn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if using SAS on my local desktop, I can define the library from RDC whose information I know is as follows (only an example):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IP Address for RDC - 100.10.100.100&lt;/P&gt;&lt;P&gt;Userid - DOMAIN\Vipin.XYZ&lt;/P&gt;&lt;P&gt;password - xxxxxx@xxx&lt;/P&gt;&lt;P&gt;Path of Library on RDC - C:\Desktop\Data\WORK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where RDC I am referring to is Remote Desktop Connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest what should be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 06:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228575#M5573</guid>
      <dc:creator>Vipin</dc:creator>
      <dc:date>2015-10-06T06:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to RDC and fetting the Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228582#M5574</link>
      <description>&lt;P&gt;All SAS code gets executed on the SAS server side. You must address filesystems as they are "seen" by your SAS server and you can only access what's accessible from your SAS server. A local C-drive is normally not accessible unless you've shared it on the network and the SAS server has also access to this network.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 08:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228582#M5574</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-10-06T08:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to RDC and fetting the Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228752#M5578</link>
      <description>&lt;P&gt;If your network folks are agreeable, you could get them to set up a network share to the C drive of the RDC PC, for example called C$. Then you could assign a LIBNAME in SAS using a UNC path:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname RDC '\\RDCPCName\C$\Desktop\Data\WORK';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Oct 2015 23:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228752#M5578</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-10-06T23:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to RDC and fetting the Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228760#M5581</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57075"&gt;@Vipin﻿&lt;/a&gt;, I think I need more details to help you out.&lt;/P&gt;&lt;P&gt;Local SAS, do you refer to a SAS DMS (aka Foundation) client, or any of the thinner clients, such as&amp;nbsp;Enterprise Guide?&lt;/P&gt;&lt;P&gt;Do you have any SAS server/service on your RDC host? Object/Connect spawner, SAS/SHARE etc...&lt;/P&gt;&lt;P&gt;If you wish to access this&amp;nbsp;location directly from your local PC, have the server admin make a share (and make sure you have the necessary access rights).&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 00:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/228760#M5581</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-10-07T00:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to RDC and fetting the Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/229332#M5619</link>
      <description>@ LinusH:&lt;BR /&gt;&lt;BR /&gt;So to explain it more, I am having my laptop where Windows SAS 32 bit is installed. And I have a server/RDC where I login using some IP address and password and then I can work on the server using the SAS present there. So, I wanted to know if I can use some commands in my laptop's sas to access the SAS dataset present on Server.&lt;BR /&gt;&lt;BR /&gt;I am not sure if there exist some commad which I can use to specify the IP address and password to access Server and folders there.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2015 16:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/229332#M5619</guid>
      <dc:creator>Vipin</dc:creator>
      <dc:date>2015-10-09T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to RDC and fetting the Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/229389#M5621</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57075"&gt;@Vipin﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;What will work depends on your environment. Here some options. Depending on your Server and Laptop environment (eg. "bitness") you need eventually to first create a transport file for data exchange (proc cport/cimport).&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/movefile/67439/HTML/default/viewer.htm#p0p45wa0uwhgcan1e6xwi9jy53j6.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/movefile/67439/HTML/default/viewer.htm#p0p45wa0uwhgcan1e6xwi9jy53j6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A:&amp;nbsp;From the SAS Server write the data set to a network drive which is also accessible from your laptop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B: Download the SAS file using the filename FTP engine&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#p0v0ijxl1k6d4bn16cshtic7u4i3.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#p0v0ijxl1k6d4bn16cshtic7u4i3.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C: Use Remote Library Services. This requires SAS/Connect licensed and installed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#n1oda0s1uwd6nqn1ofyq60lgfp9z.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#n1oda0s1uwd6nqn1ofyq60lgfp9z.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; Use SAS Enterprise Guide on your PC.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/452iB49DFD2DF72CFED3/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And writing down options for you I remembered that Chris Hemmedinger wrote about this in his blog...&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2013/05/20/export-and-download-any-file-from-sas-enterprise-guide/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2013/05/20/export-and-download-any-file-from-sas-enterprise-guide/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 00:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/229389#M5621</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-10-10T00:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to RDC and fetting the Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/229411#M5622</link>
      <description>In your situation, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; option D is the most "modern" approach. Requires a metadata server and an object spawner.&lt;BR /&gt;&lt;BR /&gt;If you gave SAS on both ends, SAS/CONNECT is an option. Using rsumbit; to do the processing on the server side.</description>
      <pubDate>Sat, 10 Oct 2015 08:22:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-to-RDC-and-fetting-the-Data/m-p/229411#M5622</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-10-10T08:22:58Z</dc:date>
    </item>
  </channel>
</rss>

