Some years ago I had a related assignment, and found out that GDDM users were
the same as QMF users. I probably used SMF 14/15 records to identify them.
It turns out that QMF requires a license for GDDM. I wondered why, especially
since I'd never seen any printer that was capable of printing
You can identify insert/update/delete activity at tablespace level using
real-time stats (RTS) table SYSIBM.SYSTABLESPACESTATS. It's activated by
default & low overhead so you probably have it available. IIRC, RTS updates
every 30 minutes.See columns LASTDATACHANGE (DB2 V11) or the
in
Since your CICS transactions and the batch servers in question all use the same
DB2 data sharing group, I think you can use DSNC transaction and execute DB2
command:-DIS THD(myserver) TYPE(*) SCOPE(GROUP).
If myserver is up, you should see threads, and if it works it's real-time . I
don't k