IOMOPERATE Procedure

Example 6: CONNECT Example with a URI and Explicit Server Name

CONNECT Example with a URI and Explicit Server Name

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;