Set up user access to facility

When you assign usr_acc any of the following values to grant access to a specific user, you create the corresponding result:
NONE
The user cannot use z/OS® Debugger in any way.
READ
The user can use z/OS Debugger only in browse mode.
UPDATE (or higher)
The user can use z/OS Debugger in the normal (non-browse) mode by default. He can also specify the EQAOPTS BROWSE command to specify that he wants the current invocation of z/OS Debugger to be in browse mode or normal mode.
Do the following steps to give individual users or user groups specific access to the browse mode facility:
  1. Give a user permission to use the browse mode facility by entering the following command, where DUSER1 is the name of a RACF-defined user or group profile:
    PERMIT EQADTOOL.BROWSE.xxx CLASS(FACILITY) ID(DUSER1) ACCESS(usr_acc)
    Instead of connecting individual users, the security administrator can specify DUSER1 to be a RACF® group profile and then connect authorized users to the group.
  2. If the FACILITY class is not active, activate the class by entering the SETROPTS command:
    SETROPTS CLASSACT(FACILITY)
    Issue the SETROPTS LIST command to verify that FACILITY class is active.
  3. Refresh the FACILITY class by issuing the SETROPTS RACLIST command:
    SETROPTS RACLIST(FACILITY) REFRESH