XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix B: Administrative Tables
XYPRO Technology Corporation 180 Proprietary and Confidential
,FILEBEGIN_LCT CHAR(26) NO DEFAULT NOT NULL
-- yyyy-mm-dd hh:nn:ss.msssss as picked from file
-- LCT of the first record in the file
,RECORDBEGINADDR LARGEINT SIGNED NO DEFAULT NOT NULL
-- equivalent to a long long (64 bit address)
-- begin address of record range
,RECORDENDADDR LARGEINT SIGNED NO DEFAULT NOT NULL
-- equivalent to a long long (64 bit address)
-- end address of record range
,RECORDBEGIN_LCT CHAR(26) NO DEFAULT NOT NULL
-- LCT of record corresponding to RECORDBEGINADDR
,RECORDEND_LCT CHAR(26) NO DEFAULT NOT NULL
-- LCT of record corresponding to RECORDENDADDR
,PRIMARY KEY RECORDSTATEKEY
)
CATALOG =XMA_CAT
ORGANIZATION K
SIMILARITY CHECK ENABLE
AUDIT;