Start of change

Deleting TSQ or ENQ – related resources with a duplicate name prefix

You can now delete CICS® IA data from some dependency tables by using the stored procedure CIUSPPUR, and using a prefix of the name for TSQ or ENQ objects. This resource names should consists of a constant prefix and a variable parts.

You can call the stored procedure CIUSPPUR from the sample job SCIUSAMP.CICS(CIUPURSP) with the two parameters, type and prefix. The result is a large amount of unnecessary TSQ or ENQ related dependency records for the same combination of type, function, program, offset, proglen and prefix of resource is compressed and the size of the CIU_CICS_DATA and the CIU_RESOURCE tables is optimized. For more information, see CIUSPPUR Stored Procedure.

End of change