I need a CICS threshold that will show the number of transactions that executed on a specific terminal. How can I achieve that? I saw that inside the CTERM panel there is a column for that value (COUNT) but how can I build a CTHRESH on that value? I also saw that there is a variable called TRANUSE but I wasn't able to adjust it on the CTHRESH panel (I didn't get any results after I defined it). I thought to use the TRANUSE var with a definition in the resource2 of the specific terminal:
Release : 16.0
Component : SYSVIEW
)IF JOBNAME = CICSPROD
TRANUSE * T004
TRANUSE * T005
TRANUSE * T006
)ENDIF