In SAS Management Console you can find the table with PIDs of running processes on server (Server Manager -> SASApp (for example) -> Logical Workspace Server). By clicking on some process we'll find out the name of the owner (who started the process), host and entry time.
If I have the PID, can I get the name automatically (SAS code/program)?
Hi Alex,
I think that what your migth be looking for is the iomoperate procedure.
This procedure let you connect to the object spawner and get the pid, owner and other infos on every sas session.
Please check the documentation here - SAS 9.3.
ChrisHemedinger made a very useful tool based on this procedure, that you can check in his original posting here - https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-S...
Hope that helps!
Best Regards
Joao Moreira KPMG - Portugal
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.