ADS_SHM_ID

Use ADS_SHM_ID to specify a shared memory segment specific to each agent in a sysplex environment.

Required
No
Default
No default
Permitted Values
100000 - 999999
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 should have this keyword specified with a unique integer value. of specified as its keyword.

This keyword must be used in combination with ADS_LISTENER_PORT.

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_SHM_ID(shared_memory_segment)
Example
ADS_SHM_ID(100010)