IOMOPERATE Procedure

Example 3: CONNECT Example Using a URI and a Class Identifier

CONNECT Example Using a URI and a Class Identifier

In the following example, a URI and class identifier is specified to identify the server to connect to:
PROC IOMOPERATE 
	uri='iom://itsvista16234:8571;Bridge;
	CLSID="0E3B1810-6646-11D5-8863-00C04F48BC53",
	USER=sasiom1,
	PASS=mypassword'
  LIST COMMANDS;
QUIT;