Previous Topic: IBMGROUP Resource Class—Assign Group NamesNext Topic: IUCV Resource Class—Secure IUCV Target Users


Examples: IBMGROUP resource class

This example protects the use of DB2 PAYROLL secondary authorization ID, by assigning ownership to the Department ACID, and subsequently permitting restricted access to users or profiles:

TSS ADDTO(DEPT02) IBMGROUP(PAYROLL)

This example removes ownership:

TSS REMOVE(DEPT02) IBMGROUP(PAYROLL)

This example permits use of the PAYROLL secondary authorization ID from Batch only:

TSS PERMIT(SYSAU2) IBMGROUP(PAYROLL)
                   FACILITY(BATCH)

This example revokes access:

TSS REVOKE(SYSAU2) IBMGROUP(PAYROLL)