The resource definitions that you must add to the CSD file for the Web User Interface are distributed in CSD upgrade load modules in CICSTS31.CPSM.SEYULOAD.
The names of the load modules are EYU9nnG1, where nn represents the CICS® level (for example, 64 refers to CICS Transaction Server for z/OS® Version 3 Release 1, and 63 refers to the CICS element of CICS Transaction Server for z/OS Version 2 Release 3). The name of the resource group (created using the definitions the load modules contain) is EYU310GW.
You can use the sample JCL shown in Figure 59 to:
//CSDUP EXEC PGM=DFHCSDUP
//STEPLIB DD DSN=cics.index.SDFHLOAD,DISP=SHR
// DD DSN=cpsm.index.SEYULOAD,DISP=SHR
//DFHCSD DD DSN=cics.dfhcsd,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
UPGRADE USING(group_load_module)
ADD GROUP(EYU310GW) LIST(list_name)
/*
Modify the sample JCL to provide the following information:
You need definitions for the following transient data queues (TDQs):
If you are using the CICS element of CICS Transaction Server for z/OS, the transient data queue (TDQ) definitions are provided in resource group EYU310GW.
COVI and COVE are provided as samples that can be used to create additional import and export transient data queues.
For more information about the COVI and COVE TDQs see the CICSPlex System Manager Web User Interface Guide.
TSMODELs and TSMDEFs should not be installed into a Web User Interface (WUI) server.