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 (January 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 16 Jan 2009 09:07:38 -0800
Reply-To:     Nalin Tikoo <NTikoo@BMRN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nalin Tikoo <NTikoo@BMRN.COM>
Subject:      Re: error message: lock held by process 19901
Comments: To: Randall Powers <powers_r@BLS.GOV>
In-Reply-To:  <200901161648.n0GBl7vE008258@malibu.cc.uga.edu>
Content-Type: text/plain; charset="Windows-1252"

Hi Randall:

I have seen similar error if the data set that I am trying to write to has been opened by another user.

Try using ps -ef | grep 19901 (the process id # on unix) on the unix command prompt. This will tell you the user id attached to the process that holds the lock.

Hope this helps. Nalin

____________________________

Nalin Tikoo Statistical Programmer Analyst BioMarin Pharmaceutical Inc.

105 Digital Drive Novato, CA 94949

Phone: (415)-506-3544

Fax: (415) 506-6736

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Randall Powers Sent: Friday, January 16, 2009 8:49 AM To: SAS-L@LISTSERV.UGA.EDU Subject: error message: lock held by process 19901

Hello All.

I'm running a simulation program and am getting a strange error message. The odd thing is that at one point, the program ran without any errors. I didn't change any code. Also, no other SAS programs are running on this UNIX machine, so no programs are calling any of the macros that this program calls.

Have any of you seen this error, and if so, how do I remedy it? (I'll paste the relevant part of the log here. The error list continues, but here is the gist of it)

Thanks!

WARNING: The variable stratum in the DROP, KEEP, or RENAME list has never been referenced. NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead. NOTE: All profile changes will be lost at the end of the session. FORMAT DATA MACRO BEGINNING ERROR: A lock is not available for VAR.CURRENTSAMPLE511130.DATA, lock held by process 19901. WARNING: The data set VAR.CURRENTSAMPLE511130 was only partially opened and will not be saved. FORMAT DATA MACRO FINISHING ASSIGN STRATA MACRO BEGINNING ERROR: A lock is not available for VAR.CURRENTSAMPLE511130.DATA, lock held by process 19901. WARNING: The data set VAR.CURRENTSAMPLE511130 was only partially opened and will not be saved. ERROR: Variable N_PROB not found. ERROR: A lock is not available for VAR.CURRENTSAMPLE511130.DATA, lock held by process 19901. WARNING: The data set VAR.CURRENTSAMPLE511130 was only partially opened and will not be saved. ERROR: A lock is not available for VAR.CURRENTSAMPLE511130.DATA, lock held by process 19901. WARNING: The data set VAR.CURRENTSAMPLE511130 was only partially opened and will not be saved. WARNING: Data set VAR.OLD_ESTAB_STRATA was not replaced because this step was stopped. WARNING: Data set VAR.OLD_ITEM_GROUP was not replaced because this step was stopped.

This message is intended only for the confidential use of the intended recipient(s). If you have received this communication in error, please notify the sender by reply e-mail, and delete the original message and any attachments. Any unauthorized disclosure, copying, or distribution of this message (including the attachments), or the taking of any action based on it, is strictly prohibited.


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