INCLUDE and EXCLUDE subcommand options

Another way to filter data is to include data only for particular OMEGAMON for Db2® PE identifier values, for example, user IDs or plans. You can do this by using the INCLUDE and EXCLUDE subcommand options.

For example, if you have a problem with applications coming from one location, USIBMSNEWY11, and you know the CICS transactions are not causing a problem, specify:
 
GLOBAL
   INCLUDE (LOCATION (USIBMSNEWY11))
   EXCLUDE (CONNTYPE (CICS))
 
Continuing the example, suppose the report indicated a problem with authorization identifier USERID01 using plan PVLDD4C3. You are only interested in data belonging to that user ID and plan. You can now specify:
 
GLOBAL
   INCLUDE (LOCATION (USIBMSNEWY11))
   INCLUDE (AUTHID   (USERID01))
   INCLUDE (PLANNAME (PVLDD4C3))