An IQL request to purge a specific CICS transaction after 60 seconds was updated to a default of 30 seconds. A batch job was run to STOP/START affected IQL request across all PROD DB2 members. Job completed successfully, however, that CICS transaction kept getting purged at 30 seconds. Seems like new code has not been activated and the old version was still running
Release : 20.0
Component : CA SYSVIEW Performance Management Option for DB2 for z/OS
The main addition to the request is the last line: OR (ELP-PER-LUW > 60 AND TRANS-ID = 'MFTA' ). The request needs an additional modification. "MFTA" needs to be added to the really long "NOT TRANSID" table because it is still passing that test, and the 30 second limit is being honored.