home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sams Cobol 24 Hours
/
Sams_Cobol_24_Hours.iso
/
Cobol32
/
COMMONGR
/
CG.3
/
COMMON
/
STYLE
/
STYLE.DID
< prev
next >
Wrap
Text File
|
1995-03-19
|
2KB
|
61 lines
# $Id: style.did 1.5 1995/02/07 02:43:26 ameyer Exp $
# Copyright (C) 1987-1994 Verity, Inc.
#
$control: 1
descriptor:
{
# Note: the first 16 records of this table are reserved for bookkeeping
data-table: _ix
{
fixwidth: FWIDX 3 text
}
data-table: _if
{
constant: _DBVERSION text "vdk111"
varwidth: FWWORD _iw
fixwidth: FWWORD_OF 3 unsigned-integer
fixwidth: FWWORD_SZ 1 unsigned-integer
varwidth: FWCOUNT _iv
fixwidth: FWCOUNT_OF 4 unsigned-integer
fixwidth: FWCOUNT_SZ 3 unsigned-integer
constant: CASEDEX unsigned-integer "0"
fixwidth: STEMDEX 3 unsigned-integer
## fixwidth: SOUNDEX 3 unsigned-integer
}
data-table: _is
{
fixwidth: NUMWORDS 2 unsigned-integer
}
# For Zone Search
data-table: _zf
{
varwidth: FWZONE _zw
fixwidth: FWZONE_OF 3 unsigned-integer
fixwidth: FWZONE_SZ 1 unsigned-integer
varwidth: FWZONEDATA _zv
fixwidth: FWZONEDATA_OF 4 unsigned-integer
fixwidth: FWZONEDATA_SZ 3 unsigned-integer
}
# For Qualify Instance
# data-table: _qf
# {
# constant: Qualify_Bytes signed-integer 1
# varwidth: Qualify _qv
# fixwidth: Qualify_SZ 4 signed-integer
# }
# For Application Specific Location Information
# data-table: _lf
# {
# constant: Location_Bytes signed-integer 1
# varwidth: Location _lv
# fixwidth: Location_SZ 4 signed-integer
# }
}