Previous Topic: MaskingNext Topic: MXQUEUE Resource Class—Secure the MXM Queue


Example: MXPROC resource class

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

TSS ADDTO(PAYDEPT) MXPROC(CSQ1.)

This example removes ownership of the MXPROC resources:

TSS REMOVE(MXM) MXPROC(CSQ1.)

This example authorize USRMARE to all MXPROC resources:

TSS PERMIT(USRMARE) MXPROC(CSQ1.*)
                    ACCESS(ALL)

This example revokes USRMARE's authority to MXPROC resources:

TSS REVOKE(USRMARE) MXPROC(CSQ1.*)