Previous Topic: MaskingNext Topic: MXNLIST Resource Class—Secure MXM Name Lists


Examples: MXADMIN resource class

This example gives the Payroll Department (PAYDEPT) ownership of the MXADMIN resources:

TSS ADDTO(PAYDEPT) MXADMIN(CSQ1.)

This example removes ownership of these resources:

TSS REMOVE(PAYDEPT) MXADMIN(CSQ1.)

This example requires full MXSERIES checking of USRMARE:

TSS PERMIT(USRMARE) MXADMIN(CSQ1.RESLEVEL)
                    ACCESS(NONE)

This example revokes this PERMIT:

TSS REVOKE(USRMARE) MXADMIN(CSQ1.)