How to change the reoccurring collection interval for CTRANSUM
search cancel

How to change the reoccurring collection interval for CTRANSUM

book

Article ID: 100134

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

CTRANSUM panel provided the correct information for the customer needs, but he would like to collect data every 5 minutes instead of 15. 

 

Environment

Release:
Component: SYSVW

Resolution

The interval could be lowered dynamically changing the value of TRAN-SUMMARY event on the CSCHEDUL display changing column EVERY  from 15min (default)  to 5min, and then it could  be  changed on the Sysview Parmlib member CICSSCHD, EVERY parameter: 
DEFINE TRAN-SUMMARY DESC 'Transaction Summary - Interval Records '
GROUP CICSDATA
TYPE RECUR
 ALLDAYS
DATEBEGIN * DATEEND *
TIMEBEGIN MIDNIGHT TIMEEND *
EVERY 5MINS
LIMIT NOLIMIT
FUNCTION TRAN-SUMMARY
ENABLED
ENDDEFINE