BookmarkSubscribeRSS Feed
Alex_Shev
Calcite | Level 5

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)?

2 REPLIES 2
joao_moreira
Fluorite | Level 6

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.

 

 

 

Alex_Shev
Calcite | Level 5
Thanks for the reference. Due to his program I can find the process owner. But all processes have the same owner - srv_d_sas. It's logical but I need to get the user name that looks like, for example, user1@domain

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 3823 views
  • 2 likes
  • 2 in conversation