You can specify up to four lists, using specific or generic naming, on the GRPLIST system initialization parameter. The default list is the CICS®-supplied list DFHLIST.
The lists that you name in the GRPLIST system initialization parameter must include all the resource definitions required by CICS. These are supplied by CICS and are added to the CSD file when you initialize it before starting to use RDO. (For further information about this, see the CICS Operations and Utilities Guide:.)
CEDA APPEND LIST(DFHLIST) TO(INITLIST)
This
ensures that all CICS-supplied definitions are installed, whether or not you
need to change them.CEDA REMOVE GROUP(DFHMISC) LIST(INITLIST)
CEDA COPY TRANSACTION(CEDF) GROUP(DFHOPER) TO(SECTRANS)
CEDA COPY PROFILE(DFHCICST) GROUP(DFHSTAND) TO(REQMOD)
Do not rename
the copies. You can now use ALTER to change the attributes as necessary. For
example: CEDA ALTER TRANSACTION(CEDF) GROUP(SECTRANS)
CEDA ADD GROUP(SECTRANS) LIST(INITLIST)
CEDA ADD GROUP(REQMOD) LIST(INITLIST)
Make sure that you add
this group after the DFH groups. Although you now have two definitions
for the resources that you have altered, the second definition in the list
is the one that will be installed, if you name this list as a GRPLIST parameter
when you initialize CICS.DFHBMS
DFHCONS
⋮
DFHVTAMP
SECTRANS
REQMOD
ZEMAPPL
ZEMCOMM
ZEMTYPES
ZEMTERMS
Note that the group containing the TYPETERMs should come
before the groups containing the TERMINAL definitions.START=COLD,GRPLIST=INITLIST