This statement is used to define a connection set which is to be added to the BCAM-CONNECTION monitoring program definition.
The following features must be specified:
the type of connection with local and partner (connection) names
the names of the local and partner systems
an indication of whether the connections are local or remote
It is possible to define up to 32 connection sets.
This statement must be preceded by a SET-BCAM-CONNECTION-PARAMETERS statement.
Format
ADD-BCAM-CONNECTION-SET | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Operands
SET-NAME = <alphanum-name 1..16>
Defines a name for the selected connection set.
CONNECTION-SELECTION =
Defines the type of connection set to be monitored.
CONNECTION-SELECTION = *BY-NEA-NAME(...)
Defines a selection of connections in accordance with the application name.
CONNECTION-NAME = list-poss(16): *SPECIFIED(...)
LOCAL-APPLICATION = *ANY / <alphanum-name 1..8 with wild>
*ANY: No special local application is selected.
<alphanum-name 1..8>: Specifies the name of the selected local application. An asterisk *
is also permitted as the last character in a wildcard specification.
PARTNER-APPLICATION = *ANY / <alphanum-name 1..8 with wild>
*ANY: No special partner application is selected.
<alphanum-name 1..8>: Specifies the name of the selected partner application. An asterisk *
is also permitted as the last character in a wildcard specification.
CONNECTION-SELECTION = *BY-PORT-NUMBER(...)
Defines a selection of connections in accordance with the port number.
PORT-NUMBER = list-poss(16): *SPECIFIED(...)
LOCAL-PORT-NUMBER = *ANY / <integer 1..65535>
*ANY: No special local transport address is selected.
<integer 1..65535>: Local transport address.
PARTNER-PORT-NUMBER = *ANY / <integer 1..65535>
*ANY: No special partner transport address is selected.
<integer 1..65535>: Partner transport address.
CONNECTION-TYPE =
Specifies the type of connection to be taken into consideration for the connection set.
CONNECTION-TYPE = *REMOTE
Only remote connections are taken into consideration.
CONNECTION-TYPE = *LOCAL
Only local connections are taken into consideration.
CONNECTION-TYPE = *BOTH
Both local and remote connections are taken into consideration.
HOST-SELECTION =
Defines the names of the hosts between which the connections to be monitored should exist.
HOST-SELECTION = *ANY
No special host name is selected.
HOST-SELECTION = *SPECIFIED(...)
LOCAL-HOST-NAME = *LOCAL / <alphanum-name 1..8 with-wild>
*LOCAL: The local host name should be used.
<alphanum-name 1..8>: Specifies the name of the local host. With some connections, the local processor name may differ from the host name. An asterisk *
is also permitted as the last character in a wildcard specification.
PARTNER-HOST-NAME = *ANY / <alphanum-name 1..8 with-wild>
*ANY: No special partner host should be assumed.
<alphanum-name 1..8>: Specifies the name of the partner host. An asterisk *
is also permitted as the last character in a wildcard specification.