CICS_EpiDetails_t

The CICS_EpiDetails_t structure holds information about a terminal resource installed by the CICS_EpiAddTerminal or the CICS_EpiAddExTerminal function.

Fields

NetName
A string specifying the VTAM-style netname of the terminal resource. If the name is shorter than CICS_EPI_NETNAME_MAX characters, it is padded with nulls to a length of CICS_EPI_NETNAME_MAX + 1.
NumLines
The number of rows supported by the terminal resource.
NumColumns
The number of columns supported by the terminal resource.
MaxData
The maximum size of data that can be sent to this terminal resource from a CICS® transaction, and the maximum size of data that can be sent from this terminal resource to a CICS transaction by a CICS_EpiStartTran call or CICS_EpiReply call.

The maximum size can be defined in the model terminal definition specified by the DevType parameter on the CICS_EpiAddTerminal call that installed the terminal resource in the server. If the value is not specified in the model terminal definition, a default value of 12000 is assumed.

ErrLastLine
1 if the terminal resource will display error messages on its last row, 0 otherwise.
ErrIntensify
1 if the terminal resource will display error messages intensified, 0 otherwise.
ErrColor
The 3270 attribute defining the color to be used to display error messages.
ErrHilight
The 3270 attribute defining the highlight value to be used to display error messages.
Hilight
1 if the terminal resource is defined to support extended highlighting, 0 otherwise.
Color
1 if the terminal resource is defined to support color, 0 otherwise.
System
A string specifying the name of the server in which the terminal resource has been 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.
TermId
A string specifying the name of the terminal resource. If the name is shorter than CICS_EPI_TERMID_MAX characters, it is padded with nulls to a length of CICS_EPI_TERMID_MAX + 1.
SignonCapability
The sign-on capability assigned by the server to the terminal resource:
CICS_EPI_SIGNON_CAPABLE
The application might start server-provided sign-on and sign-off transactions at the terminal resource.
CICS_EPI_SIGNON_INCAPABLE
The application might not start server-provided sign-on and sign-off transactions at the terminal resource.
CICS_EPI_SIGNON_UNKNOWN
The CICS_EpiAddTerminal function was used to add the terminal resource. (This value is also returned if the CICS_EpiAddExTerminal function was used to add the terminal resource and prerequisite changes have not been applied to the server.)

Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tg_latest/help/topic/com.ibm.cics.tg.doc//proref/cclnam0056.html