The LOGICALSERVER section of the configuration file defines the mapping between a logical CICS® server name and the name of an actual CICS server.
LOGICALSERVER section definitions are deprecated and superseded by policy-based dynamic server selection definitions. For more information on migrating definitions see Logical CICS server definitions.
Entry in the configuration file | Description |
---|---|
SECTION LOGICALSERVER=<Server name> | Server name |
description | Description |
server | CICS server name |
The following template shows the configuration file definition for a logical CICS server:
SECTION LOGICALSERVER = CICS1
DESCRIPTION=ServerA Alias
SERVER=CICSA
ENDSECTION