Previous Topic: MQADMIN Resource Class—Secure MQM CommandsNext Topic: MQCONN Resource Class—Secure MQM Connections


MQCMDS Resource Class—Secure MQM Commands

Valid on z/OS.

Use MQCMDS to secure MQSERIES (MQM) commands.

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

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

Two to twenty‑six characters

Capacity of list

One to five MQM resources or prefixes per TSS command

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

TSS PERMIT(acid) MQCMDS(csq1.)
                 ACCESS(ALL)
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.

Examples: MQCMDS resource class

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

TSS ADDTO(PAYDEPT) MQCMDS(CSQ1.)

This example removes ownership of the MQCMDS resources:

TSS REMOVE(MQQ) MQCMDS(CSQ1.)

This example authorizes USRMARE to all MQCMDS resources:

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

This example revokes USRMARE's authority to MQCMDS resources:

TSS REVOKE(USRMARE) MQCMDS(CSQ1.*)