Previous Topic: MXNLIST Resource Class—Secure MXM Name ListsNext Topic: MXQUEUE Resource Class—Secure the MXM Queue


MXPROC Resource Class—Secure MXM Topics

Valid on z/OS.

Use MXPROC to secure access to MXSERIES (MXM) processes when under the control of WebSphere.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) MXPROC(csq1.)
Prefix length

2 to 26 characters

Capacity of list

1 to 5 MXSERIES resources or prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) MXPROC(csq1.*)
                 ACCESS(level)
Full name

2 to 53 characters

Capacity of list

1 to 5 resources or prefixes per TSS command

This keyword is used with:

The administrator can:

Masking

MXSERIES resources support masking.

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.*)