<?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: Identify who has a dataset open in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13529#M1996</link>
    <description>Hi Karl,&lt;BR /&gt;
&lt;BR /&gt;
I have had  few time to deal with this myself. I did not arrive at a solution but found a work around to lock the datasets and directories for my use before starting the process/running my codes.&lt;BR /&gt;
&lt;BR /&gt;
Refer this document, I loved it.&lt;BR /&gt;
&lt;A href="http://www.lexjansen.com/pharmasug/2005/posters/po33.pdf" target="_blank"&gt;http://www.lexjansen.com/pharmasug/2005/posters/po33.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope it helps&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Surya</description>
    <pubDate>Fri, 30 Apr 2010 15:25:25 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-30T15:25:25Z</dc:date>
    <item>
      <title>Identify who has a dataset open</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13528#M1995</link>
      <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I work in a network, with both Base SAS 9.2, Data Integration Studio 3.4 (DIS).&lt;BR /&gt;
I have a  problem when my macro is trying to access and edit a dataset that either someone else has open, or someone else's macro is processing.&lt;BR /&gt;
My question is, there is way to know which user has locked the dataset?  The log of SAS only says the dataset is in use by someone else, but I'd like to see "by who" as part of the log.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 30 Apr 2010 08:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13528#M1995</guid>
      <dc:creator>Karolus</dc:creator>
      <dc:date>2010-04-30T08:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identify who has a dataset open</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13529#M1996</link>
      <description>Hi Karl,&lt;BR /&gt;
&lt;BR /&gt;
I have had  few time to deal with this myself. I did not arrive at a solution but found a work around to lock the datasets and directories for my use before starting the process/running my codes.&lt;BR /&gt;
&lt;BR /&gt;
Refer this document, I loved it.&lt;BR /&gt;
&lt;A href="http://www.lexjansen.com/pharmasug/2005/posters/po33.pdf" target="_blank"&gt;http://www.lexjansen.com/pharmasug/2005/posters/po33.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope it helps&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Surya</description>
      <pubDate>Fri, 30 Apr 2010 15:25:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13529#M1996</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-30T15:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Identify who has a dataset open</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13530#M1997</link>
      <description>You might also want to consider using sas/share.</description>
      <pubDate>Mon, 03 May 2010 21:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13530#M1997</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2010-05-03T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identify who has a dataset open</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13531#M1998</link>
      <description>Thanks man! it's a good work around</description>
      <pubDate>Fri, 07 May 2010 11:37:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13531#M1998</guid>
      <dc:creator>Karolus</dc:creator>
      <dc:date>2010-05-07T11:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Identify who has a dataset open</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13532#M1999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your SAS is installed on a UNIX, the error message will include the process number of the locking process. ps -fp processnumber will give you the user's ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 07:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13532#M1999</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-02-27T07:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identify who has a dataset open</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13533#M2000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; on linux I use following syntax: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ps -ef | grep 1234&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... where 1234 is the process ID that is locking your process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Identify-who-has-a-dataset-open/m-p/13533#M2000</guid>
      <dc:creator>MarkRoosen</dc:creator>
      <dc:date>2014-02-27T09:10:31Z</dc:date>
    </item>
  </channel>
</rss>

