Previous Topic: MQCMDS Resource Class—Secure MQM CommandsNext Topic: MQNLIST Resource Class—Secure MQM Name Lists


MQCONN Resource Class—Secure MQM Connections

Valid on z/OS.

Used MQCONN to secure connections to the MQSERIES (MQM) subsystem.

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

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

Two to ten characters per prefix

Full name

Two to ten 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: MQCONN resource class

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

TSS ADDTO(PAYDEPT) MQCONN(CSQ1.)

Ownership of the MQCONN resources is removed:

TSS REMOVE(PAYDEPT) MQCONN(CSQ1.)

This example authorizes USRMARE to all MQCONN resources:

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

This example revokes USRMARE's authority to MQCONN resources:

TSS REVOKE(USRMARE) MQCONN(CSQ1.*)