XYGATE Access Control Reference Manual
XYGATE
®
Access Control Reference Manual
Appendix E: XAC Host Macros
XYPRO Technology Corporation 273 Proprietary and Confidential
E22: XAC_SYNTAX_CHECK
XAC_SYNTAX_CHECK runs the DBSO program to perform a syntax check on the
ACACL, ACCONF, and ACCONFCO files. If errors are found, the line number where
the error occurred and a description of the error are displayed.
Syntax:
XAC_SYNTAX_CHECK [<ACACL filename> [<ACCONF filename> [<ACCONFCO filename>]]]
Example:
64> XAC_SYNTAX_CHECK
ACCONF CHECKSUM 796157513
XAC - ACACL syntax error at line 10 - EDIT-TEST-HOW-LONG-COMMAND-NAMES3 exceeds
32 characters by 01 characters.
ACACL CHECKSUM 2036166352
Syntax errors found
The above example shows an ACACL Command Entry error. After the error is
corrected, the output will be as follows:
Example:
66> XAC_SYNTAX_CHECK
ACCONF CHECKSUM 796157513
ACACL CHECKSUM 1093222939
No syntax errors found.