<?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: Managing Datasets in Work Lib in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Managing-Datasets-in-Work-Lib/m-p/76415#M16529</link>
    <description>I tried this and this is what I get.  Looks like it is indeed going to different places so we're ok.  Thanks!&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Libref=   WORK &lt;BR /&gt;
&lt;BR /&gt;
      Scope=    IOM ROOT COMP ENV&lt;BR /&gt;
&lt;BR /&gt;
      Engine=   V9&lt;BR /&gt;
&lt;BR /&gt;
      Access=   TEMP&lt;BR /&gt;
&lt;BR /&gt;
      Physical Name= E:\SAS\SAS_TEMP\_TD6936\Prc2&lt;BR /&gt;
&lt;BR /&gt;
      File Name= E:\SAS\SAS_TEMP\_TD6936\Prc2&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
And:&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
NOTE: Libref=   WORK &lt;BR /&gt;
&lt;BR /&gt;
      Scope=    IOM ROOT COMP ENV&lt;BR /&gt;
&lt;BR /&gt;
      Engine=   V9&lt;BR /&gt;
&lt;BR /&gt;
      Access=   TEMP&lt;BR /&gt;
&lt;BR /&gt;
      Physical Name= E:\SAS\SAS_TEMP\_TD5284\Prc2&lt;BR /&gt;
&lt;BR /&gt;
      File Name= E:\SAS\SAS_TEMP\_TD5284\Prc2</description>
    <pubDate>Thu, 05 Mar 2009 21:13:00 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-03-05T21:13:00Z</dc:date>
    <item>
      <title>Managing Datasets in Work Lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Managing-Datasets-in-Work-Lib/m-p/76413#M16527</link>
      <description>Not sure if this is the right forum to post to.  We have a server environment, so multiple SAS processes will be running at once.  Two-part question:&lt;BR /&gt;
&lt;BR /&gt;
1. If I run Proc Delete to clean up workspace, will I clean up all users' work datasets or just the workspace datasets from the particular program that is running:&lt;BR /&gt;
&lt;BR /&gt;
Proc Delete Data=Work._ALL_; Run;&lt;BR /&gt;
&lt;BR /&gt;
2. If 2 programs are running and both are using SAS Work library and both create a dataset "x", will that cause a conflict or does SAS manage this such that x will be distinguished in each program?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
--Charlie</description>
      <pubDate>Thu, 05 Mar 2009 19:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Managing-Datasets-in-Work-Lib/m-p/76413#M16527</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-05T19:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Managing Datasets in Work Lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Managing-Datasets-in-Work-Lib/m-p/76414#M16528</link>
      <description>SAS is usually set up so that each session gets its own work library.  You won't see the work datasets belonging to other users, and other users won't see yours.&lt;BR /&gt;
&lt;BR /&gt;
To test this, try the statement &lt;BR /&gt;
&lt;BR /&gt;
   libname work list;&lt;BR /&gt;
&lt;BR /&gt;
in two different sessions, and see if the physical names are different.  If they are, you won't have to worry about these issues.</description>
      <pubDate>Thu, 05 Mar 2009 19:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Managing-Datasets-in-Work-Lib/m-p/76414#M16528</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2009-03-05T19:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Managing Datasets in Work Lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Managing-Datasets-in-Work-Lib/m-p/76415#M16529</link>
      <description>I tried this and this is what I get.  Looks like it is indeed going to different places so we're ok.  Thanks!&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Libref=   WORK &lt;BR /&gt;
&lt;BR /&gt;
      Scope=    IOM ROOT COMP ENV&lt;BR /&gt;
&lt;BR /&gt;
      Engine=   V9&lt;BR /&gt;
&lt;BR /&gt;
      Access=   TEMP&lt;BR /&gt;
&lt;BR /&gt;
      Physical Name= E:\SAS\SAS_TEMP\_TD6936\Prc2&lt;BR /&gt;
&lt;BR /&gt;
      File Name= E:\SAS\SAS_TEMP\_TD6936\Prc2&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
And:&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
NOTE: Libref=   WORK &lt;BR /&gt;
&lt;BR /&gt;
      Scope=    IOM ROOT COMP ENV&lt;BR /&gt;
&lt;BR /&gt;
      Engine=   V9&lt;BR /&gt;
&lt;BR /&gt;
      Access=   TEMP&lt;BR /&gt;
&lt;BR /&gt;
      Physical Name= E:\SAS\SAS_TEMP\_TD5284\Prc2&lt;BR /&gt;
&lt;BR /&gt;
      File Name= E:\SAS\SAS_TEMP\_TD5284\Prc2</description>
      <pubDate>Thu, 05 Mar 2009 21:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Managing-Datasets-in-Work-Lib/m-p/76415#M16529</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-05T21:13:00Z</dc:date>
    </item>
  </channel>
</rss>

