Exclude types (EXCLUDE)
Specifies the type of trace data to omit from the trace file. If this
parameter is omitted, all trace points specified in TRCTYPE are enabled.
The possible values are:
- *ALL
- All the trace data as specified by the following keywords is stored
in the trace file.
- trace-type-list
- You can specify more than one option from the following keywords, but
each option can appear only once.
- *API
- Output data for trace points associated with the MQI and major queue
manager components.
- *CMTRY
- Output data for trace points associated with comments in the MQ components.
- *COMMS
- Output data for trace points associated with data flowing over communications
networks.
- *CSDATA
- Output data for trace points associated with internal data buffers in
common services.
- *CSFLOW
- Output data for trace points associated with processing flow in common
services.
- *LQMDATA
- Output data for trace points associated with internal data buffers in
the local queue manager.
- *LQMFLOW
- Output data for trace points associated with processing flow in the
local queue manager.
- *OTHDATA
- Output data for trace points associated with internal data buffers in
other components.
- *OTHFLOW
- Output data for trace points associated with processing flow in other
components.
- *RMTDATA
- Output data for trace points associated with internal data buffers in
the communications component.
- *RMTFLOW
- Output data for trace points associated with processing flow in the
communications component.
- *SVCDATA
- Output data for trace points associated with internal data buffers in
the service component.
- *SVCFLOW
- Output data for trace points associated with processing flow in the
service component.
- *VSNDATA
- Output data for trace points associated with the version of WebSphere(R) MQ running.