<?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: SAS Connect, passing local client library to remote server SAS session in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161149#M31354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but within our environment, we can't SIGNON to Windows workstations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that there was, perhaps in SAS V8 a system option that allowed the passing of the a libref from the client to the server, but I must have just dreamed that.&amp;nbsp; And, if it wasn't a dream, it was probably only for the WORK library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, everyone, for the input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 13:22:03 GMT</pubDate>
    <dc:creator>advoss</dc:creator>
    <dc:date>2013-12-03T13:22:03Z</dc:date>
    <item>
      <title>SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161144#M31349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies if this is not the correct forum; please advise me of a more appropriate forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS Connect to connect my Windows workstation to a UNIX work station (SASDEV1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can/do access the UNIX SAS libraries on my Windows workstation using LIBNAME statements with the SLIBREF option.&lt;/P&gt;&lt;P&gt;Is there a way that I can reference/work with my local SAS libraries on the UNIX session?&amp;nbsp; I know that I can PROC UPLOAD the data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;SIGNON&amp;nbsp; SCRIPT=RLINKUN9 REMOTE=SASDEV1;&lt;/P&gt;&lt;P&gt;libname UNIXWORK SERVER=SASDEV1 SLIBREF=WORK;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;libname LOCALPRM 'C:\LOCALPRM';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RSUBMIT SASDEV1;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;libname WINDOWSP ???? WLIBREF=LOCALPRM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;libname WINDOWSP clear;&lt;/P&gt;&lt;P&gt;ENDRSUBMIT;&lt;/P&gt;&lt;P&gt;SIGNOFF SCRIPT=RLINKUN9 REMOTE=SASDEV1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 15:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161144#M31349</guid>
      <dc:creator>advoss</dc:creator>
      <dc:date>2013-12-02T15:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161145#M31350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are a couple of options to check out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Signon from remote SAS session on the Unix workstation back to your PC. You will have to ensure that the Unix SAS session has a signon script that will work back on your Windows PC and your PC security setup may have to be changed to allow remote connections from the Unix box. Then you can assign SLIBREF-type LIBNAMEs referencing your PC libraries exactly like you are doing already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create network shares on Unix to point back to your PC folders, something like //mypc/mycdrive/myfolder. This will probably require help from your IT network people. With a network share you just put the full path in a standard LIBNAME statement. You may also need the LIBNAME option to store SAS data in cross-platform format as you are working across operating systems.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:15:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161145#M31350</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-12-02T19:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161146#M31351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, SASKiwi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had thought of your option 1, but IT does not allow us to connect to Windows workstations...security risk.&amp;nbsp; For similar reasons, I'm pretty sure that option 2 is not allowed, either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, thank you for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 20:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161146#M31351</guid>
      <dc:creator>advoss</dc:creator>
      <dc:date>2013-12-02T20:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161147#M31352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then how about a central file share that is accessible to both your PC and your Unix workstation? Or just use PROC UPLOAD as you have already mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 22:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161147#M31352</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-12-02T22:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161148#M31353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you do the same the other way round? From the Unix box to Windows?&lt;/P&gt;&lt;P&gt;If so then you could nest the rsubmits: first connect to Unix and then within this session rsubmit back to Windows - and define the remote library as seen from the Unix box (so the slibref within the outer rsubmit block.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 06:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161148#M31353</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-12-03T06:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161149#M31354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but within our environment, we can't SIGNON to Windows workstations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that there was, perhaps in SAS V8 a system option that allowed the passing of the a libref from the client to the server, but I must have just dreamed that.&amp;nbsp; And, if it wasn't a dream, it was probably only for the WORK library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, everyone, for the input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 13:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161149#M31354</guid>
      <dc:creator>advoss</dc:creator>
      <dc:date>2013-12-03T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161150#M31355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/connref/63066/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm"&gt;http://support.sas.com/documentation/cdl/en/connref/63066/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Inheritlib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 22:00:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161150#M31355</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2013-12-05T22:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect, passing local client library to remote server SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161151#M31356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's was what I was looking for.&amp;nbsp; Thank you, Peter.&amp;nbsp; I'll go read the information, now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 22:15:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Connect-passing-local-client-library-to-remote-server-SAS/m-p/161151#M31356</guid>
      <dc:creator>advoss</dc:creator>
      <dc:date>2013-12-05T22:15:21Z</dc:date>
    </item>
  </channel>
</rss>

