CICS Alerts with NOTHRESH
search cancel

CICS Alerts with NOTHRESH

book

Article ID: 193559

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

Currently using this CTRANOPT PARMLIB member for CA Sysview 16.0:

CTRANOPT

  setdefault

   transaction =

   jobname =

   detail

   thresh

   cancel

   tranlog

   smf

   dynexit

   ceapm

   nosuppress

   norequired

   nolongrun

   first

enddefault

..

..

define tran ckti jobname = longrun

.


CTHRESH

....

Variable  Jobname   Resource1 Resource2                                    

CPUTIME   *_______  CKTI____  *_______                                     

                                                                        

Description     CPU time used by transaction____________                   

Attributes-----------------  Notification----------  Event Capture---------

Rule Type       UPPER___     WTO Message NO_         Trigger Level NONE____

Type            *_______     Log Message NO_         Interval      00:15:00

Trigger Level   NONE____     SMF Record  NO_         Event Member  *_______

Problem Limit   1.000000                                                   

Warning Limit   0.750000     OPS/MVS---------------  GSS Intelligent Module

Warning Pct     75_          Notify      NO_         Run   NO_             

Duration        2__          Event ID    CAGSVY0001  IMOD  *_______________

Alert Priority  0__                                                         

Disabled        NO_          SNMP Trap-------------  Transaction Cancel----

Schedule-------------------  Send        NO_         Cancel Action NOCANCEL

Sun Mon Tue Wed Thu Fri Sat  Group List  *_______    Cancel Limit  0.000000

SUN MON TUE WED THU FRI SAT                                                

Begin Time 00:00:00________                                                

End Time   23:59:59________                                                 ..

.


For CKTI transaction, Thresholds value has been set (via CTRANOPT command) to NOTHRESH:

 

Transaction  Jobname                                                 

CKTI         *_______                                                 

                                                                      

Attributes                                Destination Logging        

Collection Level    SUMMARY_              TranLog           NOTRANLOG

Thresholds          NOTHRESH              SMF               NOSMF    

Cancel Eligible     NOCANCEL              Dynamic Exit      DYNEXIT__

Required Tran       NOREQUIRED            CE APM            CEAPM__  

Elapsed Start       FIRST                                             

Long Running        LONGRUN               Suppress SMF 110  NOSUPPRESS

Umbrella Type       ________       


However, CICS Alerts (CALERTS command) screen still shows entries for CKTI transaction:

 

Jobname  Name     Arg1     Arg2        Task        Value  Status   

PFCXL8   CPUTIME  CKTI                   45     32.92078  PROBLEM  

UFCXL2   TRANRATE                                  412.0  PROBLEM  

PFCXL8   TSPREQS  CKTI                   45         103k  PROBLEM  

UFCXL2   TSUMRATE AN07                             12070  PROBLEM                    


Is this correct?   

Environment

Release : 16.0

Component : SYSVIEW

Resolution

The changing of CICS transaction options will not affect those tasks or transactions that are already executing. In the case of CKTI, it was most likely already active when the line update was made. If a new CKTI transaction were to start, it would get the new options assigned to it. The CICS transaction option definitions are loaded by the CICSDATA subtask running the SYSVIEW main services address space. They are available prior to any SYSVIEW for CICS data collection initialization. If the SYSVIEW for CICS data collector is restarted within a region, the definition option values will be assigned to those transactions in flight.