Enabling Db2 IDs to create data sets
You can enable Db2 IDs to create data sets by connecting them to the DSNC112 group that has the CREATE authority.
About this task
You can issue the following command to connect several IDs to the DSNC112 group:
CONNECT (USER1 USER2 USER3 USER4 USER5)
GROUP(DSNC112) AUTHORITY(CREATE) UACC(NONE)
Those IDs can now explicitly create data sets whose names have DSNC112 as the high-level qualifier. Any such data sets that are created by Db2 or by these RACF® user IDs are protected by RACF. Other RACF user IDs are prevented by RACF from creating such data sets.
If no option is supplied for PASSWORD on the ADDUSER command that adds those IDs, the first password for the new IDs is the name of the default group, DB2USER. The first time that the IDs sign on, they all use that password, but they must change the password during their first session.