IOMOPERATE Procedure

Example 4: CONNECT Example Using a Logical Server Name

CONNECT Example Using a Logical Server Name

The following example shows how you can use a logical server name to identify a server to connect to:
options metaserver="visat64" 
        metaport=8561       
        metauser="sasadm@saspw" 
        metapass="********"; 
proc iomoperate logical="9.3 WIN App Server - Logical Workspace Server"; 
    list info; 
quit;