EMS Manual
Collector Commands and Responses
EMS Manual—426909-005
19-25
Common Response Tokens for ZCOM- Commands
zcol-cdist-textout
is the current textout device of the compatibility distributor.
zcol-cdist-user
is the current userid employed by the compatibility distributor when writing to
the textout device.
zcol-cdist-def-textout
is the default textout device of the compatibility distributor. Currently, this
configuration attribute cannot be altered after the primary collector has started.
ZEMS-MAP-STATUS-FILTER
is the token map returned in the ZCOM-CMD-STATUS command when the object
type is ZCOM-OBJ-FILTER. This same token map is returned by the EMS
distributor when it processes the same command.
zdist-filterfile-name
contains the name of the relevant filter object file for a compiled filter. For filter
tables and burst filters, this is the name for the converted EDIT file.
zdist-filter-name
contains the name of the filter, if any. This is the name specified in the filter
source code for a compiled filter.
zdist-filter-size
contains the file size, in bytes, of the filter.
zdist-filter-flags
identifies the filter type. The valid values are ZEMS-VAL-FILTYPE-COMPILED,
ZEMS-VAL-FILTYPE-PASS, ZEMS-VAL-FILTYPE-FAIL, and ZEMS-VAL-
FILTYPE-BURST.
ZEMS-TKN-BURST-EVT-NUM
is a token of the type ZSPI-TYP-ENUM that contains the event number of a
bursting event.
DEFINITION zems-ddl-status-filter
02 zdist-filterfile-name TYPE zspi-ddl-fname.
02 zdist-filter-name TYPE zems-ddl-char30.
02 zdist-filter-size TYPE zems-ddl-uint.
02 zdist-filter-flags TYPE zems-ddl-uinit.
END