IOMOPERATE Procedure

Example 18: SET Example

SET Example

The following example shows how to set the Audit.Authentication logger level to DEBUG.
proc iomoperate uri="iom://myserver01.example.com:8581;Bridge;
USER=myuserid,PASS=mypassword";
set attribute category="Loggers" name="Audit.Authentication" value="DEBUG";
quit;