ADS_LISTENER_PORT
ADS_LISTENER_PORT identifies an agent-specific communications port between the agent (AUIASTC) and the agent secondary address spaces (AUIFSTC, AUILSTC).
- Required
- No
- Default
- 39987
- Permitted Values
- Port numbers 1 - 65535. Check with your network administrator for a list of available ports.
- Description
-
This keyword is optional when only one agent exists in a sysplex environment. If more than one agent exists, the configuration file for each agent must have this keyword specified with a unique port number.
This keyword must be used in combination with ADS_SHM_ID.
If you use this keyword, you must ensure that the //AUICONFG DD statement exists in the AUIFSTC and AUILSTC address space JCLs. This DD statement should point to the same data set and member as the agent AUIASTC and AUIUSTC JCLs to enable communication between all participating address spaces.
- Notes
- None
- Syntax
-
ADS_LISTENER_PORT(port_number)
- Example
-
ADS_LISTENER_PORT(16055)