Flow Map Manual

Creating A Configuration File
Flow Map Host
098935 Tandem Computers Incorporated 3–21
NOT {. . .}
specifies negation items that allow specific limitations to a preceding list where a
wild card may have selected a superset.
Considerations for INCLUDE PROCESS Commands
APPLY-THRESHOLDS
overrides the SET APPLY-THRESHOLDS command and applies to Program and
PROCESS Processing objects.
DISCARD
overrides the SET DISCARD command for the PROCESSes referenced in the
INCLUDE command.
Example
This example ensures all PROCESSes from $SYSTEM.SYSTEM are included for Flow
Map processing.
INCLUDE PROCESS
PROGRAM $SYSTEM.SYSTEM.*
INCLUDE FILE The INCLUDE command has two different formats. One format is for PROCESS
entities and the other is for FILE entities. The INCLUDE command selects the entities
that will participate in Flow Map processing. All entities present in the data sample
are selected if no INCLUDE commands are specified. You can use this command to
override or modify the effects of EXCLUDE commands. The following syntax is for
FILE entities:
INCLUDE FILE
[FILENAME {$
volume.subvol.filename
. . .}
[NOT {$
volume.subvol.filename
. . .}]]
[APPLY-THRESHOLDS YES | NO ]
[DISCARD YES | NO ]
FILENAME {$
volume
.
subvol
.
filename
. . .}
is one or more disk file names. All three fields can be specified using wild-card
notation. The action taken is to match these names with the names obtained from
type 3 FILE Measure entities and not DISCOPEN or DISKFILE entities.
Considerations for INCLUDE FILE Commands
APPLY-THRESHOLDS
overrides the SET APPLY-THRESHOLDS command and applies to FILE and
DISKFILE Database objects.