XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix E: XMA Host Macros
XYPRO Technology Corporation 217 Proprietary and Confidential
In Example 3 below the filename oldflt0 was specified. In this case an error was found
on line 16. OVER_BEGIN should have been MOVER_BEGIN. Once this is corrected,
line 16 and the associated lines 17 through 20 will no longer be displayed as an error.
This is because the keywords MOVER_END and MOVER_BEGIN define a set of
MOVER selection criteria. For more information on FILTERS file syntax, refer to
Chapter 3, “Configuring Filters and the FILTERS File” starting on page 39.
Example 3
$DATAA P28HHITM 20> xma_FILTERs_Check oldflt0
$DATAA P28HHITM 20..
XMA 1.71 (c) 1999-2010 XYPRO XYPRO Technology \PROD1 20011231
FILTERS line 16 Unexpected token (OVER_BEGIN)
FILTERS line 17 Unexpected token (MOVER_SELECT_BEGIN)
FILTERS line 18 Unexpected token (PRODUCT)
FILTERS line 19 Unexpected token (MOVER_SELECT_END)
FILTERS line 20 Unexpected token (MOVER_END)
Syntax errors found
Note: A MOVER Serverclass reads in the FILTERS file at start-up time. If a syntax
error is encountered when the MOVER Serverclass object is in the process of
starting, an error message is displayed and the MOVER Serverclass will
ABEND.
After updating your FILTERS file, there is no need to stop and restart the server
processes. The MOVER Serverclass programs periodically check the timestamp
of the FILTERS file and read in the updated file when necessary.
If a MOVER Serverclass object that is already running detects an error in an
updated FILTERS file, it will display an error message but not ABEND. The
MOVER Serverclass object will use the information from the last good FILTERS
file it has encountered until a new error-free FILTERS file is detected.