Creating a RACF group for system administrators and adding system administrators to the group
To limit the number of users with system administration privileges, you need to create a RACF group for system administrators at the Spiffy company.
Procedure
- Define a RACF group for system administrators.
- Add IDs of system administrators to the group.
Example
ADDUSER DB2OWNER CLAUTH(DSNR USER) UACC(NONE)
ADDGROUP DB2SYSTM SUPGROUP(SYS1) OWNER(DB2OWNER)
CONNECT DB2OWNER GROUP(DB2SYSTM) AUTHORITY(JOIN) UACC(NONE)
ALTUSER DB2OWNER DFLTGRP(DB2SYSTM)
CONNECT ADMF005 GROUP(DB2SYSTM)