Missing fields
Many fields are present only in a subset of a particular SMF record type.
For example, A$SSPDSN (data set name) and A$SSPVOL (volume serial) are found only in ACF2 subtype D (data set security) records. A$SSPDSN and A$SSPVOL might be said to be missing from all other ACF2 subtypes. All comparisons on missing fields are false. The following statement can filter out only subtype D records with a data set name that begins with TEMP:
The statement allows all other ACF2 records to be formatted and forwarded.
One implication of all comparisons on missing fields are false is that FILTER(A$SSPDSN(EQ 'TEMP.**')) and MATCH(A$SSPDSN(NE 'TEMP.**')) are not equivalent as both comparisons can be false if the data set name is missing. The FILTER specification allows ACF2 non-subtype D records to be formatted but the MATCH specification does not.