<?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: Does the temporary library WORK is mounted or does it reside inherently on the system? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Does-the-temporary-library-WORK-is-mounted-or-does-it-reside/m-p/439927#M282472</link>
    <description>&lt;P&gt;What operating system does your SAS run on? Assuming Windows this reference should help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=hostwin&amp;amp;docsetTarget=n1qr5dmzagn9krn1lt1c276963za.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=hostwin&amp;amp;docsetTarget=n1qr5dmzagn9krn1lt1c276963za.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 24 Feb 2018 06:22:58 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-02-24T06:22:58Z</dc:date>
    <item>
      <title>Does the temporary library WORK is mounted or does it reside inherently on the system?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-the-temporary-library-WORK-is-mounted-or-does-it-reside/m-p/439916#M282471</link>
      <description>&lt;P&gt;HI, I wanted to know if the temporary work space work library gets created every time a session is started? or Does it have a dedicated memory allocated to it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we unmount it if required? Please provide links to any papers which point to above question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your response.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2018 05:21:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-the-temporary-library-WORK-is-mounted-or-does-it-reside/m-p/439916#M282471</guid>
      <dc:creator>raj231</dc:creator>
      <dc:date>2018-02-24T05:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does the temporary library WORK is mounted or does it reside inherently on the system?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-the-temporary-library-WORK-is-mounted-or-does-it-reside/m-p/439927#M282472</link>
      <description>&lt;P&gt;What operating system does your SAS run on? Assuming Windows this reference should help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=hostwin&amp;amp;docsetTarget=n1qr5dmzagn9krn1lt1c276963za.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=hostwin&amp;amp;docsetTarget=n1qr5dmzagn9krn1lt1c276963za.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2018 06:22:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-the-temporary-library-WORK-is-mounted-or-does-it-reside/m-p/439927#M282472</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-02-24T06:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does the temporary library WORK is mounted or does it reside inherently on the system?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Does-the-temporary-library-WORK-is-mounted-or-does-it-reside/m-p/440001#M282473</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/179483"&gt;@raj231&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;HI, I wanted to know if the temporary work space work library gets created every time a session is started? or Does it have a dedicated memory allocated to it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we unmount it if required? Please provide links to any papers which point to above question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance for your response.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;if the temporary work space work library gets created every time a session is started&lt;/EM&gt;" - Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;Does it have a dedicated memory allocated to it&lt;/EM&gt;" - No, WORK is a session specific disk space location&amp;nbsp;used for temporary files only required while a SAS session is up-and-running. It gets cleaned out (removed) when the SAS session ends (unless specifically requested otherwise)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;Can we unmount it if required&lt;/EM&gt;" - If you want to bring SAS to a grinding halt. Each SAS session creates a folder under the path defined in&amp;nbsp;SAS system&amp;nbsp;option WORK (set during SAS invocation). SAS won't function without such a work folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2018 03:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Does-the-temporary-library-WORK-is-mounted-or-does-it-reside/m-p/440001#M282473</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-02-25T03:35:37Z</dc:date>
    </item>
  </channel>
</rss>

