Configuring a DSS group

To configure a DSS group, you add a DSSGROUP section to the Gateway daemon configuration file. The DSSGROUP section defines the group name, the CICS® servers that belong to the group, and the algorithm that CICS Transaction Gateway uses to select a CICS server within the group.

Each DSSGROUP section within a Gateway daemon configuration must have a unique name, otherwise the configuration is non-valid and the Gateway daemon fails to start.

Here is an example of a DSSGROUP section:
SECTION DSSGROUP = GROUP1
   Servers=CICSA,CICSB,CICSC,CICSD
   Algorithm=ROUNDROBIN
ENDSECTION

Information Information

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tgzos_latest/help/topic/com.ibm.cics.tg.zos.doc//ctgzos/config_dss_group.html