- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content