SFM0340I

Task=task_name Pgm=SFMJD001 record_description maximum (ms) decimal_integer, minimum (ms) decimal_integer

Explanation: A three-message group for each record_description record. For records that have been processed by task_name since the task started:
SFM0338I provides the cumulative count of records.
SFM0339I provides the average response time in milliseconds (ms)
SFM0340I provides the minimum and maximum response times in milliseconds (ms)

If the record count in SFM0338 is zero, SFM0339 and SFM0340 are not displayed. If the error count is not zero, then the cumulative number of record_description records successfully written to the database is the total count minus the error count. Response time includes processing time within the agent database task, network transit time, and processing time in the database.

These messages are issued automatically at startup and shutdown. They are also issued in response to the following MVS console commands:

MODIFY agent-job-or-stc-name
SHOW COUNTS task_name
MODIFY agent-job-or-stc-name
SHOW STATS task_name

Below is an example of the message group:

SFM0338I Task=SFMJ1000 Pgm=SFMJD001 01 Session Summary records total 180, errors 0
SFM0339I Task=SFMJ1000 Pgm=SFMJD001 01 Session Summary average response time (ms) 88
SFM0340I Task=SFMJ1000 Pgm=SFMJD001 01 Session Summary maximum (ms) 1990, minimum (ms) 20

Action: None