ERROR: Lock held by process 346
I'd like to know directly who is using the Dataset and not the JOB_ID
Is it possible to retrieve like: "Lock held by user 1234" (that &SYSUSERID macro variable)??
Thanks!
You will need to use OS tools enabled to do this.
To do it manually, log on to the server with ssh and use something like ps -ef|grep processnumber
To do it automatically in SAS, you MUST have XCMD enabled.
My preferred method to avoid this is to physically delete the target dataset file using OS commands (works on UNIX like a charm) before writing it.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.