<?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: Using a work library from another SAS project/session in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/593154#M170178</link>
    <description>&lt;P&gt;Since presumably this is someone else's work library and it might not be friendly to delete or overwrite&amp;nbsp;data sets there, or if the intent is only to read data from that library it might be a good idea to use the Libname option Access=Readonly.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 17:59:48 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-10-01T17:59:48Z</dc:date>
    <item>
      <title>Using a work library from another SAS project/session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/592963#M170094</link>
      <description>&lt;P&gt;How do I pull in datasets from the work library from another SAS session/project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 09:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/592963#M170094</guid>
      <dc:creator>Andy_D</dc:creator>
      <dc:date>2019-10-01T09:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using a work library from another SAS project/session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/592971#M170099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/221923"&gt;@Andy_D&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Determine the path of the work library in question, e.g., by submitting this in the other session:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put %sysfunc(pathname(work));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Use the path in a LIBNAME statement as usual (in the main session):&lt;BR /&gt;
&lt;PRE&gt;libname work2 '&lt;EM&gt;the_path_goes_here&lt;/EM&gt;';&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 01 Oct 2019 10:14:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/592971#M170099</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-10-01T10:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using a work library from another SAS project/session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/593154#M170178</link>
      <description>&lt;P&gt;Since presumably this is someone else's work library and it might not be friendly to delete or overwrite&amp;nbsp;data sets there, or if the intent is only to read data from that library it might be a good idea to use the Libname option Access=Readonly.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/593154#M170178</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-01T17:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using a work library from another SAS project/session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/593174#M170192</link>
      <description>&lt;P&gt;This is a good point which I forgot to mention. I was not even sure that my suggestion would work for the OP because of possibly insufficient (read) permissions. Most often, I use this technique when working with two or more SAS sessions in parallel.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/593174#M170192</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-10-01T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using a work library from another SAS project/session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/593215#M170209</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This is a good point which I forgot to mention. I was not even sure that my suggestion would work for the OP because of possibly insufficient (read) permissions. Most often, I use this technique when working with two or more SAS sessions in parallel.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I have the luxury (?)&amp;nbsp;of not working in a server environment so I also was not sure that permissions would allow the connection, or at least not without an Admin's help. But I do work with shared network location libraries and try to not accidentally corrupt my supervisors data. &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 21:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-a-work-library-from-another-SAS-project-session/m-p/593215#M170209</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-01T21:58:00Z</dc:date>
    </item>
  </channel>
</rss>

