FILTER

Syntax:

FILTER filtername ON familyname

FILTER filtername ON familyname FORMAT formatname

Where

Is

filtername

The name of the filter you created using the GenFormat utility. You can specify a format routine for each filter.

formatname

The name of a format you created with the GenFormat utility. Specifying a format allows you to modify audit records before they are written to a filtered audit file.

familyname

The destination pack for the filtered audit files. The location of unfiltered audit files is specified by the AUDIT ON parameter.

Notes:

If you want to use the default format specified by the DEFAULT FORMAT parameter, do not enter a format name with the filter name. Entering a format name with the filter name overrides the default format specified by the DEFAULT FORMAT parameter.

Do not use DISPLAY formats, such as COMMAFORMAT. This option is intended for custom formats only.