****************************************************************************** * * Header file for Logging Interface BASIC programs * * Module %M% Version %I% Date %H% * * (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved * This is unpublished proprietary source code of Ardent Software Inc. * The copyright notice above does not evidence any actual or intented * publication of such source code. * ******************************************************************************* * * Maintenence log - insert most recent change descriptions at top * * Date.... GTAR# WHO Description......................................... * 10/14/98 23801 SAP Change copyrights. * 06/26/98 23161 RGA Added Raw disk support. * 07/16/97 20246 DJD Added UDRFAILOVER * 07/11/97 20246 DJD Added Deadlock and replication * 03/17/97 20246 DJD Added support for the deadlock process. * 04/26/95 16198 GMH Add archive tape support * 10/21/94 15120 DTM Added new definitions * 10/21/94 15162 DTM Added FINFO$AI.LASTSEQ * 3/05/94 13524 DTM use . not _, add AI$ codes * 13/04/94 13524 CSM use . not _, add AI$ codes * 11/04/94 13524 CSM Initial submission * ***************************************************************************** * Key arguments for RECIO call EQU RECIO$FINFO TO 1 EQU RECIO$PATH TO 2 EQU RECIO$STATE TO 3 EQU RECIO$CLEAR TO 4 EQU RECIO$CREATE TO 5 EQU RECIO$ATTR TO 6 EQU RECIO$CHECKPOINT TO 7 EQU RECIO$CONSISTENT TO 8 EQU RECIO$DEVICELIST TO 9 EQU RECIO$DLINFO TO 10 EQU RECIO$RPINFO TO 11 EQU RECIO$RAWPATH TO 12 EQU RECIO$RAWCREATE TO 13 EQU FINFO$AI.STATE TO 11 EQU FINFO$AI.FIRSTSEQ TO 12 EQU FINFO$AI.SEQUENCE TO 13 EQU FINFO$AI.PEOF TO 14 EQU FINFO$AI.EOF TO 15 EQU FINFO$AI.ARCHIVE TO 16 EQU FINFO$AI.CHECKPOINT TO 17 EQU FINFO$AI.LASTSEQ TO 18 EQU FINFO$AI.ARCHIVE.TAPE TO 19 EQU DLINFO$AI.STATE TO 1 EQU RPINFO$LOG.STATE TO 1 EQU RPINFO$REP.STATE TO 2 EQU AI$UNINIT TO 1 EQU AI$INACTIVE TO 2 EQU AI$INITIAL TO 3 EQU AI$WARM.START TO 4 EQU AI$LOGGING TO 5 EQU AI$SUSPENDED TO 6 EQU AI$FULL TO 8 EQU AI$ERROR TO 9 EQU AI$DISABLED TO 10 EQU AI$SUSP.PROG TO 11 EQU AI$SHUT.PROG TO 12 EQU UDRNONE TO 0 EQU UDRPUB TO 1 EQU UDRSUB TO 2 EQU UDRFAILOVER TO 4