From: Jérôme on 18 Jan 2010 05:22 Hi, I would like to know if it is possible to write in SAS log, the process number which lock a SAS table. Indeed, I use the folling statement: lock work.toto; I got this line in the log : ERROR: A lock is not available for WORK.TOTO, lock held by another process. but which one. I know it is possible in UNIX environment. But in windows ????? Thanks Jérôme.
From: Savian on 24 Jan 2010 18:11 On Jan 18, 3:22 am, Jérôme <jvanhe...(a)gmail.com> wrote: > Hi, > I would like to know if it is possible to write in SAS log, the > process number which lock a SAS table. > Indeed, I use the folling statement: > > lock work.toto; > > I got this line in the log : > ERROR: A lock is not available for WORK.TOTO, lock held by another > process. > > but which one. > > I know it is possible in UNIX environment. But in windows ????? > > Thanks > > Jérôme. Download Process Explorer from Microsoft (it is free). Find the handle of the file using the Find tool from the menu. Alan http://www.savian.net
|
Pages: 1 Prev: proc mixed: multicolinearity Next: "unable to write to template store" |