Application Execution situations

IMS_Tran_VSAM_Reads_High

This exception triggers when the number of VSAM Read I/Os for a transaction is greater than the indicated threshold; this is equivalent to the OMEGAMON AVRH exception.

The formula is:
Dependent_Regions_Statistics.VSAM_Read_Count GT 10

IMS_Tran_OSAM_Reads_High

This exception triggers when the number of OSAM Read I/Os for a transaction is greater than the indicated threshold; this is equivalent to the OMEGAMON AORH exception.

The formula is:
Dependent_Regions_Statistics.OSAM_Read_Count GT 10

IMS_Tran_Total_DBIO_High

This exception triggers when the total I/O for a transaction is greater than then indicated threshold; this is equivalent to the OMEGAMON AIOH exception.

The formula is:
Dependent_Regions.DBIO_Per_Transaction GT 10

IMS_Tran_DLIDB_Calls_High

This exception triggers when the number of DL/I database calls for a transaction is greater than the indicated threshold; this is equivalent to the OMEGAMON ADBH exception.

The formula is:
Dependent_Regions.DLI_Database_Calls GT 100

IMS_Tran_ESAF_Calls_High

This exception triggers when the number of External Subsystem Attach Facility (ESAF) calls for a transaction is greater than the indicated threshold; this is equivalent to the OMEGAMON AESH exception.

The formula is:
Dependent_Regions.External_Subsystem_Calls GT 100

IMS_Tran_Elapsed_Time_High

This exception triggers when the elapsed time for a transaction is greater than the indicated threshold (expressed in milliseconds); this is equivalent to the OMEGAMON AETH exception.

The formula is:
Dependent_Regions.Elapsed_Transaction_Time GT .010000