CLIST TO RESET CTHRESH COUNT
search cancel

CLIST TO RESET CTHRESH COUNT

book

Article ID: 244915

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

A CPU limit is set for a transaction that starts with N (N=) to CICS called CICSTK. 

The NSP0 transaction consumed 2.763836 seconds CPU and abend AEXY. 

On CTHRESH, the count shows a value of 2712 despite the fact that only one transaction abended? 

Why does the count show a value of 2712? 





Environment

SYSVIEW 15.0 & 16.0 - 

 

Resolution

The Count in CTHRESH contains a value that accumulates from SYSVIEW startup. 

Here is a CLIST to reset the count to zero: 

Where CICSRGN is the CICS REGION Name

SET ASID CICSRGN 
SET CONFIRMDELET NO 
CTHRESH NOADDLINE   
SELECT COUNT GT 0000
FILL CMD RES 1-9999 
SET CONFIRMDELET YES