Before CORBASERVERs can be installed in a CICS region, the following two data sets must be created with UPDATE access, defined to CICS and installed. These files can be VSAM data sets or coupling facility data tables.
Figure 1 shows an example of RACF® commands to access data sets with the necessary authorization.
ADDSD 'CICSTS31.CICS.CICS.DFHEJDIR' NOTIFY(cics_sys_admin_id) UACC(NONE)
PERMIT 'CICSTS31.CICS.CICS.DFHEJDIR' ID(cics_id1,...,cics_group1,..,cics_groupn)
ACCESS(UPDATE)
ADDSD 'CICSTS31.CICS.CICS.DFHEJOS' NOTIFY(cics_sys_admin_id) UACC(NONE)
PERMIT 'CICSTS31.CICS.CICS.DFHEJOS' ID(cics_id1,...,cics_group1,..,cics_groupn)
ACCESS(UPDATE)
See the CICS® RACF Security Guide for more information about authorizing access to CICS data sets.