Start of change

Update CICS CSD definitions

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.

Note:
EYU9nnG1 also contains LMAS group EYU310G1.

You can use the sample JCL shown in Figure 59 to:

Figure 59. Sample JCL to upgrade CSD to include Web User Interface group
//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:

cics.index.SDFHLOAD
Is the CICS load library that contains the DFHCSDUP module.
cpsm.index.SEYULOAD
Is the CICSPlex® SM load library that contains the group definition modules EYU9nnG1.
cics.dfhcsd
Is the CICS CSD file that is to be updated.
group_load_module
Is the load module, EYU9nnG1, that contains the resource definition group, EYU310GW, appropriate for the level of CICS being used.
list_name
Is the group list that is used to start the Web User Interface server.

Transient data queue definitions

You need definitions for the following transient data queues (TDQs):

COVP
The Web User Interface server initialization parameters data set, EYUWUI. This is a fixed block 80 input data set.
COLG
The CICSPlex SM output log, EYULOG. This is a variable length output data set.
COVI
Sample definition for the Web User Interface import data set, EYUCOVI. This is a variable length input data set.
COVE
Sample definition for the Web User Interface export data set, EYUCOVE. This is a variable length output data set.

CICS Transaction Server definitions

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.

Start of change

Temporary storage models

TSMODELs and TSMDEFs should not be installed into a Web User Interface (WUI) server.

End of changeEnd of change [[ Contents Previous Page | Next Page Index ]]