SMF_Selection
This parameter selects the SMF data records that should be processed. Multiple tables can be specified separated by semicolon or comma.
During the pre-processing (output stage 1), only records are selected from the log data or image copies that are relevant for the specified tables.
The format is:
'[+,-][RecTyp[-ToRecTyp][(SubRecTyp[-ToSubRecTyp][,SubRecTyp[-ToSubRecTyp]])]];...
Examples:
SMF_SELECTION = '+30(1);'
Select RecordType=30 and SubRecordType=1
SMF_SELECTION = '+1-255;'
Select RecordType=1-255, all SubRecordTypes
SMF_SELECTION = '+1-255;-3-5;'
Select RecordType=1-255, without RecordTypes 3,4, and 5
SMF_SELECTION = '+100-102(+1-4);'
Select RecordType=100, 101, 102, but only SubRecordTypes 1- 4
SMF_SELECTION = '+100-102(+1,+4);'
Select RecordType=100, 101, 102, but only SubRecordTypes 1& 4