CICS_EpiSystem_t

Purpose

The CICS_EpiSystem_t structure contains the name and description of a CICS® server. An array of these structures is returned from the CICS_EpiListSystems function.

Fields

SystemName
A string naming the CICS server. It can be passed as a parameter to the CICS_EpiAddTerminal and CICS_EpiAddExTerminal functions, to identify the CICS server in which the terminal resource should be installed. If the name is shorter than CICS_EPI_SYSTEM_MAX characters, it is padded with nulls to a length of CICS_EPI_SYSTEM_MAX + 1.
Description
A string giving a brief description of the server. If the description is shorter than CICS_EPI_DESCRIPTION_MAX, it is padded with nulls to a length of CICS_EPI_DESCRIPTION_MAX + 1.