Previous Topic: How You Add Source Systems to a Collection Set

Next Topic: How You Replace Collection Sets

Changing the Value for the Inclusion Parameter

By changing the value for the inclusion parameter, ALL or ANY, you can change the number of requirements a message must meet to be collected. To change the value for the inclusion parameter, specify a new value on your COLLECT command. You also must provide the destination and name of the collection set.

Suppose a collection set named DEFAULT is collecting messages for console MSTR. Currently, this collection set is selecting messages from job LEDGER and action messages. That is, messages meeting either of these requirements are selected. To begin collecting only ACTION messages issued by job LEDGER (that is, messages meeting both requirements), issue the following command:

COLLECT CONSOLE=MSTR ALL

The default value SETNAME=DEFAULT is omitted from this command.