XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Glossary
XYPRO Technology Corporation 307 Proprietary and Confidential
EMS Templates and Macros
The EMS Message Format Templates allow the output from ALERTS and program
messages written to EMS to be tokenized and organized as desired by the customer.
The following three files are supplied at installation to allow this customization:
EMSBUILD A macro to build the template file based on the system templates
and the EMSTEMP file.
EMSDDL The DDL layout for the EMS messages.
EMSTEMP The TEMPLATE layout for the XYGATEMA EMS messages.
EVALUATE_MSG in the FILTERS File
Prior to XMA release 1.71, once a record satisfies the conditions in a Filter, the
evaluation stops. There are cases when it is desirable for a record to match more than
one criteria. This keyword indicates when the evaluation should continue.
EVALUATE_MSG (CONTINUE|STOP)
DEFAULT: When the keyword is omitted, then the default is STOP
POSITION: Just below STATUS
SYNTAX CHECKING: EVALUATE_MSG CONTINUE is not permitted if ACTIONTYPE
IGNORE has been specified.
FILTCOMP
The FILTCOMP program is used to prepare the FILTERS for use by the movers. It can
be run with two options:
CHECKFILTERS performs a syntax check of the FILTERS file.
COMPILEFILTERS performs a syntax check of the FILTERS file and creates the
file MACONFB.
Filter
Entries in the FILTERS file are called Filters and are XMA’s unit of control. Filters
perform two functions:
They determine what goes in the XMA database.
They perform an ACTION when an event matching the Filter’s selection criteria
occurs.