LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 9 Nov 2006 11:05:24 -0500
Reply-To:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Subject:   Re: How do we know the dataset is in use
Comments:   To: sas-l@uga.edu

kanap wrote: > Hi all, I am want to update a dataset using proc append but before > doing that how do we check that particular dataset is updating / using > by another user? Can some body give any ideas / code on this? Please > note that we don't have SAS /SHARE software here. Thanks for you help > in advance.

Where is the dataset ? - On a network share? - On a folder amongst users on one box ? - Both ?

Microsoft went and bought sysinternals, but all the utilities are still freely available. Take a look at the tools at http://www.microsoft.com/technet/sysinternals/

The Windows platform resource kit probably also has numerous tools for digging into system resource usage.

Should also look into the windows scripting component FileSystemObject.

-- Richard A. DeVenezia http://www.devenezia.com/


Back to: Top of message | Previous page | Main SAS-L page