Configuring a DSS policy

To configure a DSS policy, you add a DSSPOLICY section to the Gateway daemon configuration file. The DSSPOLICY section defines the policy name, and the mappings between logical servers and DSS groups (groups of CICS® servers).

Each DSS policy must have a name that is unique within a Gateway daemon configuration. The active policy is specified by the dsspolicy parameter in the GATEWAY section.

The mappings themselves are defined in the MAPPINGS subsection of the DSSPOLICY section. For more information, see Mappings.

Here is an example of a DSSPOLICY section:

SECTION DSSPOLICY = POLICY1
   SUBSECTION MAPPINGS
      CICSX=GROUP1
      <NONE>=GROUP2
   ENDSUBSECTION
ENDSECTION