
PROC IOMOPERATE;
CONNECT host='myhost.example.com'
port=4001;
QUIT;
Note: host - metadata host name, port - workspace port
/* Using security package and securitypackagelist for kerberos */
PROC IOMOPERATE;
CONNECT host='myhost.example.com'
port=4001
IOMOPTS='SECURITYPACKAGE=Negotiate,SECURITYPACKAGELIST=Kerberos';
QUIT;