Transactions: Resource statistics - resource information

The transaction statistics show how often each transaction is called.

Table 1. Transactions: resource statistics - resource information
DFHSTUP name Field name Description
Trans ID XMRTI The transaction identifier associated with the transaction definition.

Reset characteristic: not reset

Program Name XMRPN The name of the initial program to which the transaction linked.

Reset characteristic: not reset

Tclass Name XMRTCL The name of the transaction class in which the transaction is defined.

Reset characteristic: not reset

Prty XMRPRTY The priority of the transaction, from 0 - 255.

Reset characteristic: not reset

Remote Name XMRRNAM The name of the transaction on the remote system.

Reset characteristic: not reset

Remote Sysid XMRRSYS The name of the remote system where the transaction resides.

Reset characteristic: not reset

Dynamic XMRDYN Indicates whether the transaction is defined as DYNAMIC=YES (Y) or DYNAMIC=NO (N).

Reset characteristic: not reset

Attach Count XMRAC The number of times that this transaction has been attached. If a transaction definition is used to start a transaction remotely, the transaction is included in the Attach Count for the region where the transaction runs.

Reset characteristic: reset to zero

Retry Count XMRRC The number of times that this transaction definition has been used to retry a transaction.

Reset characteristic: reset to zero

Dynamic Local XMRDLC The number of times that the dynamic transaction routing exit chose to run this transaction on the local system. This field is zero if the transaction was not defined as DYNAMIC=YES. For further information about dynamic transaction routing, see the programming information in Writing a dynamic routing program.

Reset characteristic: reset to zero

Dynamic Remote XMRDRC The number of times that the dynamic transaction routing exit chose to run this transaction on a remote system. This field is zero if the transaction is not defined as DYNAMIC=YES. For further guidance about dynamic transaction routing, see the programming information in Writing a dynamic routing program.

Reset characteristic: reset to zero

Remote Starts XMRRSC The number of times that this transaction definition has been used to attempt to start the transaction on a remote system. (This might not necessarily be the same as the number of successful starts.) A Remote Start is counted only in the CICS® region that initiates the process, and not in the remote system where the transaction runs. In some circumstances, the use of a transaction definition for a remote start is not counted. These circumstances include the case in which a transaction definition that specifies the local sysid or nothing as the REMOTESYSTEM value is used to start a transaction in a remote system, with the remote system specified on the SYSID option of the START command.

Reset characteristic: reset to zero

Storage Violations XMRSVC The number of storage violations for this transaction that have been detected by CICS storage management.

This statistic raises a serious concern if it occurs in a production system. You must act immediately to identify the cause of the problem because it can lead to data corruption, and therefore cannot be allowed to continue in an operational system.

Reset characteristic: reset to zero

Abend Count XMRAENDC The number of times that this transaction has abended.

Reset characteristic: reset to zero

Not in DFHSTUP report XMR_TRAN_DEFINE_SOURCE The source of the resource definition. Its value depends on the change agent. For more information, see Summary of the resource signature field values.

Reset characteristic: not reset

Not in DFHSTUP report XMR_TRAN_CHANGE_TIME The time stamp (STCK) in local time of the CSD record change.

Reset characteristic: not reset

Not in DFHSTUP report XMR_TRAN_CHANGE_USERID The user ID that ran the CHANGE_AGENT.

Reset characteristic: not reset

Not in DFHSTUP report XMR_TRAN_CHANGE_AGENT The agent that was used to make the last change.

Reset characteristic: not reset

Not in DFHSTUP report XMR_TRAN_ENTRYPOINT Whether the transaction is defined as an application entry point.

Reset characteristic: not reset

Not in DFHSTUP report XMR_TRAN_INSTALL_AGENT The agent that installed the resource.

Reset characteristic: not reset

Not in DFHSTUP report XMR_TRAN_INSTALL_TIME The time stamp (STCK) in local time when the resource was installed.

Reset characteristic: not reset

Not in DFHSTUP report XMR_TRAN_INSTALL_USERID The user ID that installed the resource.

Reset characteristic: not reset

The resource statistics fields for the resource signature

The resource signature captures details about when the resource is defined, installed, and last changed. The resource statistics field names for the resource signature end in CHANGE_AGENT, CHANGE_TIME, CHANGE_USERID, DEFINE_SOURCE, INSTALL_AGENT, INSTALL_TIME, and INSTALL_USERID. For detailed information about the content of the resource signature fields, see Summary of the resource signature field values.