Disabling Websphere MQ feature by system name

You can disable the usage of Z Data Tools Websphere MQ support by using the following FACILITY class profile if you have Security Server RACF® 1.9 (or later) or an equivalent security product.

HFMMQ.DISABLE.system_name

Where:
system_name
The value specified on the SYSNAME parameter in the IEASYMxx parmlib member. The value for any given system is displayed in the System ID field on the Z Data Tools primary option menu or alternatively the ISPF primary option panel ISR@PRIM.

If the profile has been defined and a user has READ or higher access to the profile name then all Websphere MQ functionality within Z Data Tools will be disabled for that user.

Example 1. Define a profile to disable all users on the system that is named HFMPROD except myuser.
RDEF FACILITY HFMMQ.DISABLE.HFMPROD AUDIT(NONE) +
			UACC(READ) OWNER(ownerid)
PE HFMMQ.DISABLE.HFMPROD +
			CLASS(FACILITY) ID(myuser) ACC(NONE)
Example 2. Define a profile to enable all users on the system that is named HFMPROD except myuser.
RDEF FACILITY HFMMQ.DISABLE.HFMPROD AUDIT(NONE) +
			UACC(NONE) OWNER(ownerid)
PE HFMMQ.DISABLE.HFMPROD +
			CLASS(FACILITY) ID(myuser) ACC(READ)