Hi SAS Community, Recently I came across a brilliant article regrading how to list your SAS Sessions using PROC IOMOPERATE, link below: https://blogs.sas.com/content/sasdummy/2016/02/15/using-proc-iomoperate/
%let connection= 'iom://myserver.company.com:8581;bridge;user=sasadm@saspw,pass=Secret01';
/* Get a list of processes */ proc iomoperate uri=&connection.;
list spawned out=spawned;
quit;
I do happen to know the password for the "sasadm@saspw" account but how do I find the "Object Spawner" / "Workspace Server" host name and port?
I tried it with our SASMETA account, but got the below error:
ERROR: Not connected to an IOM Server that supports the LIST SPAWNED SERVERS command.
Any help will be appreciated!
One way is to check the server definitions in SAS Management Console.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.