CICS_EpiListSystems | NameSpace |
The CICS_EpiListSystems function returns a list of CICS® servers that are candidates to act as servers for EPI requests. There is no guarantee that a communications link exists between the CICS Transaction Gateway and any server in the list, or that any of the servers is available to process requests.
The list is returned as an array of system information structures, one element for each CICS server. See CICS_EpiSystem_t for the contents of the structure.
EPI applications should call this function immediately after each CICS_EpiInitialize call made to determine which CICS servers are available.
The EPI uses this parameter for both input and output.
The EPI uses this parameter only for output.