NOTHRESH in the CTRANOPT member doesn't work
search cancel

NOTHRESH in the CTRANOPT member doesn't work

book

Article ID: 123481

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

Despite setting the NOTHRESH parameter for some cics transactions in the parmlib CTRANOPT member :

DEFINE TRAN AAAA   DETAIL  NOTHRESH  NOCANCEL

the following message  still occurs in the SYSLOG :

 GSVC100W (SDCS) TRANSUMM TRANS TSUMCPU AAAA * NORMAL PROBLEM 634 V= 00:16:17 W= 0.750000 P= 1.000000 UPPER 6.99DAYS 634 CXSTC * * * * 634 Desc='Transaction summary - CPUTIME ' 634 Policy=00E3FEB4  

Environment

Release:
Component: SYSVW

Cause

By default, transaction summary records are produced for every single transaction that ran in a given interval. The TRANSUMM threshold was defined with generic '=' in the JOBNAME and RESOURC1, which matches any transaction.

Resolution

To fix, remove the generically defined threshold definition from CTHRESH member OR create an exclude threshold where TRIGLVL == NONE (warning/problem values don't matter)