Flow Map Manual
Creating A Configuration File
Flow Map Host
3–22 098935 Tandem Computers Incorporated
DISCARD
overrides the SET DISCARD command for the DISKFILEs referenced in the
INCLUDE command.
Example
This example ensures all FILEs from $DATA.ACCOUNTS are included for Flow Map
processing.
INCLUDE FILE
FILE $DATA.ACCOUNTS.*
EXCLUDE PROCESS The EXCLUDE command has two different formats. One format is for PROCESS
entities and the other is for FILE entities. The EXCLUDE command prevents identified
entities from participating in Flow Map processing. The following syntax is for
PROCESS entities:
EXCLUDE PROCESS
[PID {
cpu
,
pin
. . . } [NOT {
cpu
,
pin
. . . }] ]
[NAME {$
process-name
. . .} [NOT {$
process-name
. . .}] ]
[PROGRAM {$
volume
.
subvol
.
filename
. . . }
[NOT {$
volume
.
subvol
.
filename
. . . }] ]
[OSNAME {
osname
. . . } | * [NOT {
osname
. . . }] ]
[USER {
group
,
user
. . . } [NOT {
group
,
user
. . . }] ]
[CREATORID {
group
,
user
. . . } [NOT {
group
,
user
. . . }] ]
[PRIORITY {
priority
. . . } [NOT {
priority
. . . }] ]
PID {
cpu
,
pin
. . .}
defines one or more process-identification combinations. Wild-card notation is
permitted on each parameter and each value is a numeric string with leading
zeros.
NAME {$
process-name
. . .}
is one or more specific process names. All names must begin with the dollar ($)
symbol. You can also specify names using wild-card notation.
PROGRAM {$
volume
.
subvol
.
filename
. . .}
is one or more object files or Program file names. All three fields can be specified
using wild-card notation.