The DSSGROUP section of the configuration file defines the mapping between a logical CICS® server name and one or more actual CICS servers, and the algorithm used for selecting an actual CICS server.
Entry in the configuration file | Description |
---|---|
SECTION DSSGROUP=<group name> | Configuring a DSS group |
servers | CICS servers in DSS group |
algorithm | Dynamic server selection algorithm |
SECTION DSSGROUP = GROUP1
Servers=CICSA,CICSB,CICSC,CICSD
Algorithm=ROUNDROBIN
ENDSECTION