
Granting managers the SELECT privilege with RACF security
To provide the SELECT privilege on the DEPTMGR view to managers, you need to permit RACF read access to a profile that defines the SELECT privilege.
Procedure
- Define a discrete RACF profile for the SELECT privilege on the employee view for managers, DEPTMGR, in the class for views, MDSNTB, with a default access of no access.
- Permit access to the RACF profile to individual managers.
- Refresh the profiles in the MDSNTB class.
Example
RDEFINE MDSNTB DB2A.SYSADM.DEPTMGR.SELECT UACC(NONE)
PERMIT DB2A.SYSADM.DEPTMGR.SELECT CLASS(MDSNTB) ID(MGRS) ACC(READ)
SETROPTS RACLIST(MDSNTB) REFRESH
