Example 2

To enable the PRODOPS group to execute commands, define the profile that is specific to the EXECUTE object type, which takes precedence over the generic CICSPROD profile defined earlier.

RDEFINE FACILITY $CBK.CICSPROD.EXECUTE.** UACC(NONE)

Using both this profile and the one defined in Example 1, you can now grant the PRODOPS group update access to the EXECUTE profile and read only access to the ADMIN profile:

PERMIT $CBK.CICSPROD.EXECUTE.** CLASS(FACILITY) ID(PRODOPS) UACC(UPDATE)
PERMIT $CBK.CICSPROD.ADMIN.** CLASS(FACILITY) ID(PRODOPS) UACC(READ)