Previous Topic: MQCONN Resource Class—Secure MQM ConnectionsNext Topic: MQPROC Resource Class—Secure MQM Processes


MQNLIST Resource Class—Secure MQM Name Lists

Valid on z/OS.

Use MQNLIST to secure MQSERIES (MQM) name lists.

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

TSS ADDTO(acid) MQNLIST(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) MQNLIST(csq1.)
                 ACCESS(level)
Prefix length

Two to forty‑four characters per prefix

Full name

Two to fifty-three characters

Capacity of list

One to five resources or prefixes per TSS command

This keyword is used with:

The administrator can:

Masking

MQSERIES resources support masking.

Examples: MQNLIST resource class

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

TSS ADDTO(PAYDEPT) MQNLIST(CSQ1.)

Ownership of the MQNLIST resources is removed:

TSS REMOVE(PAYDEPT) MQNLIST(CSQ1.)

This example authorizes USRMARE to all MQNLIST resources:

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

This example revokes USRMARE's authority to MQNLIST resources:

TSS REVOKE(USRMARE) MQNLIST(CSQ1.*)