Previous Topic: MQNLIST Resource Class—Secure MQM Name ListsNext Topic: MQQUEUE Resource Class—Secure the MQM Queue


MQPROC Resource Class—Secure MQM Processes

Valid on z/OS.

Use MQPROC to secure access to MQSERIES (MQM) processes.

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

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

Two to twenty‑six characters

Capacity of list

One to five MQSERIES resources or prefixes per TSS command

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

TSS PERMIT(acid) MQPROC(csq1.*) 
                 ACCESS(level)
Prefix length

Two to forty‑four characters per prefix

Full name

Two to forty‑six characters

Capacity of list

One to five resources or prefixes per TSS command

This keyword is used with:

The administrator can:

MQSERIES resources support masking.

Example: MQPROC resource class

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

TSS ADDTO(PAYDEPT) MQPROC(CSQ1.)

Ownership of the MQPROC resources is removed:

TSS REMOVE(MQQ) MQPROC(CSQ1.)

This example authorize USRMARE to all MQPROC resources:

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

This example revokes USRMARE's authority to MQPROC resources:

TSS REVOKE(USRMARE) MQPROC(CSQ1.*)