Re: IDENTIFYING 3270 GDDM USERS

2019-11-22 Thread Paul Weissman
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

Re: OnDemand on DB2

2017-02-26 Thread Paul Weissman
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

Re: How to check if a job is running in a SYSPLEX

2014-08-08 Thread Paul Weissman
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