37 lines
1.5 KiB
C
Executable File
37 lines
1.5 KiB
C
Executable File
!INCLUDE
|
|
******************************************************************************
|
|
*
|
|
* Named common for *PACT
|
|
*
|
|
* 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 intended
|
|
* publication of such source code.
|
|
*
|
|
*******************************************************************************
|
|
*
|
|
* Maintenence log - insert most recent change descriptions at top
|
|
*
|
|
* Date.... GTAR# WHO Description........................................
|
|
* 05/01/99 24567 DJD Remove VOC as it clashed with a new include file.
|
|
* 10/14/98 23801 SAP Change copyrights.
|
|
* 03/07/98 22758 DJD Subroutine created
|
|
************************************************************************
|
|
|
|
EQU True to 1
|
|
EQU False to 0
|
|
EQU ESC To Char(27)
|
|
EQU HUGE to 999999
|
|
|
|
************************************************************************
|
|
! Client Specific Parameters PLACE YOUR OWN PARAMETERS HERE
|
|
************************************************************************
|
|
Common /UVPACT/ DEVICES
|
|
Common /UVPACT/ USD.PATH, USA.PATH, USM.PATH, SPOOL.DIR, USPLOG.PATH
|
|
Common /UVPACT/ DEBUGGING, UVACCOUNT, UVHOME, DEBUGFL
|
|
Common /UVPACT/ UVRC, UVRC.OPEN, USD.SCRIPT, UFDFvar, UVHOMEBIN
|
|
Common /UVPACT/ ETC.FVAR
|
|
|