CICS Activity Sample
- 06 Jul 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
CICS Activity Sample
- Updated on 06 Jul 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
How to read this page
This documentation lists the sources of every piece of information displayed on this dashboard.
Uppercase names are directly coming from the corresponding SMF.
Each expression in parenthesis is an operation :
- Avg(...) : Average value
- Sum(...) : Sum of all values
- SumOfDay(...) : Sum of all values of the same day
Data from the dashboard CICS Activity
Source : SMF 110-1
Uppercase names are to be preceeded by SMF1101S1_ unless a numbered prefix is already present
Daily sums and filters are based on transactions starting time
Index | Name | Calculation | Widgets |
---|---|---|---|
CICS_Board_1 | Transaction name | MNR_ID_TRANID | Table, Transaction Distribution, Filters |
CICS_Board_2 | Workload Type | If PGMNAME like 'DFH%' then 'Internal', else 'Application' | Table, Transaction type, Filters |
CICS_Board_3 | Avg Response Time | Avg( SumOfDay ((endtime - starttime) / 10,000) / SumOfDay(exec_count ) ) | Table, Average graph, Total graph |
CICS_Board_4 | Exec Count | Sum(CICS records) | Table, Transaction type, Total graph, Transaction Distribution |
CICS_Board_5 | Abend Count | Sum(ABCODEO equal to 1) | Table, Total Graph |
CICS_Board_6 | Avg Cpu Time | Avg( SumOfDay (USRCPUT * 16 / 1000) / SumOfDay(exec_count ) ) | Table, Average Graph |
CICS_Board_7 | Avg Susp Time | Avg( SumOfDay (SUSPTIME * 16 / 1000) / SumOfDay(exec_count ) ) | Table |
CICS_Board_8 | Avg Disp Time | Avg( SumOfDay (USRDISPT * 16 / 1000) / SumOfDay(exec_count ) ) | Table |
CICS_Board_9 | Avg Lock Time | Avg( SumOfDay (LMDELAY * 16 / 1000) / SumOfDay(exec_count ) ) | Table |
CICS_Board_10 | Avg RMI Time | Avg( SumOfDay (RMITIME * 16 / 1000) / SumOfDay(exec_count ) ) | Table |
CICS_Board_11 | CEC Name | Directly coming from the collected LPAR | Filters |
CICS_Board_12 | SID | SMF110SID | Filters |
CICS_Board_13 | CICS Name | SMFMNPRN | Filters |
CICS_Board_14 | Job Name | MNJBN | Filters |
CICS_Board_15 | Application Name | According to Zetaly filters if used, 'Uncategorized' otherwise | Filters |