The world's leading application server software for IBM Z
This blog describes the procedure for deleting command flow data from Db2 tables using the command flow ID on both the host and client sides.
Host Side
This blog will cover deleting command flow data collected in Db2 tables. We will begin by explaining how to collect command flow data and then explore how to delete the data from the command flow Db2 tables.
Process of command flow collection:
How Can Command Flow Data Be Deleted from Db2 Tables?
Command flow data collected and stored in the CIU_CMDFLOW_DATA and CIU_CMDFLOW_INDEX Db2 tables can be deleted using the CIUDELSP job with the CFL parameter. The CIUDELSP job calls the Db2 stored procedure CIUSPCFL, which removes the data from these tables.
Follow the steps below to collect and delete command flow data from DB2 tables:
Client Side
Users can delete the CICS IA command flow data from the Db2 tables using the "Delete associated data" menu available in the User Command Flow tree.
To delete data using the CICS IA plug-in, follow these steps:
Copy