Example of suppressing a specific connection type

This example shows how a single location is included and a single connection type is excluded.

If you are not interested in the CICS activity for that location, specify:
 
GLOBAL
   INCLUDE (LOCATION(USIBMSNEWY11))
   EXCLUDE (CONNTYPE(CICS))
 

Only location USIBMSNEWY11 is reported and all connections except CICS are reported.