DFHFEPI fields

DFHFEPI owns the following performance class data fields:

150 (Type-A, SZALLOCT, 4 bytes)
The number of FEPI conversations allocated by the user task. This number is incremented for each FEPI ALLOCATE POOL or FEPI CONVERSE POOL.
151 (Type-A, SZRCVCT, 4 bytes)
The number of FEPI RECEIVE requests issued by the user task. This number is also incremented for each FEPI CONVERSE request.
152 (Type-A, SZSENDCT, 4 bytes)
The number of FEPI SEND requests issued by the user task. This number is also incremented for each FEPI CONVERSE request.
153 (Type-A, SZSTRTCT, 4 bytes)
The number of FEPI START requests issued by the user task.
154 (Type-A, SZCHROUT, 4 bytes)
The number of characters sent through FEPI by the user task.
155 (Type-A, SZCHRIN, 4 bytes)
The number of characters received through FEPI by the user task.
156 (Type-S, SZWAIT, 8 bytes)
The elapsed time in which the user task waited for FEPI services. For more information, see Transaction timing fields.
Note: This field is a component of the task suspend time field, SUSPTIME (owner: DFHTASK, field ID: 014).
157 (Type-A, SZALLCTO, 4 bytes)
The number of times the user task timed out while waiting to allocate a conversation.
158 (Type-A, SZRCVTO, 4 bytes)
The number of times the user task timed out while waiting to receive data.
159 (Type-A, SZTOTCT, 4 bytes)
The total number of FEPI API and SPI requests issued by the user task.

For more information on FEPI, see the CICS® Front End Programming Interface User's Guide.