What are the Sysview Performance Management Option for Db2 for z/OS (IDB2) traces/reports or other panels needed to look
at contributors to "other DB2 time" shown on the Response Time History (Panel DBGSDISH).
BTACTSML or BTACTTRL requests report Other DB2 Time. Other DB2 time shows the average thread elapsed time in Db2 that is not
included in TCB time or in any of the suspension categories. The most common contributors to other Db2 time are MVS paging and
Processor wait time "Other DB2" time is often tough to debug. It is basically any left over time that is not attributable to any other
CPU or suspend time that DB2 accounts for. The only two things you can try with IDB2 is to start either an SQLTRACE or a
hierarchical probe to trace the applications in detail. The other thing is to use the option1.6.1.4 from the main nenu(Address Space Tasks)
to see if you notice the TCBs in any particular wait state.
STROBE can be used to determine what is causing the task delays.