The following example
uses a URI and a server name to identify the server to connect to:
PROC IOMOPERATE
uri="iom://itsvista16234:8591;Bridge;
USER=sasiom1,
SERVERNAME=SASApp - Stored Process Server"
pass='mypassword'
servertype=STOREDPROCESS;
LIST COMMANDS;
QUIT;