IOMOPERATE Procedure

Example 15: FLUSH AUTHORIZATION CACHE Example

FLUSH AUTHORIZATION CACHE Example

The following example shows how to flush a server’s authorization cache:
proc iomoperate uri="iom://myserver01.example.com:5555;Bridge;
USER=myuserid,PASS=mypassword";
flush authorization cache;
quit;