home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Softcopy / DP / Windows / COMMON / STYLE / STYLE.WLD < prev   
Text File  |  1996-05-23  |  1KB  |  51 lines

  1. # $Id: style.wld,v 1.8 1995/04/21 00:06:16 ameyer Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. # Word List Descriptor
  5. #
  6. $control: 1
  7. descriptor:
  8. {
  9.   data-table:    _pf
  10.     /num-records=1
  11.     /max-records=1
  12.   {
  13.     # Header information for partition management
  14.     constant:    _DBVERSION    text "vdk11"
  15.     fixwidth:    _DDDSTAMP    4  unsigned-integer
  16.     fixwidth:    _DIDSTAMP    4  unsigned-integer
  17.  
  18.     fixwidth:    _SPARE1        16 text
  19.     fixwidth:    _SPARE2         4 signed-integer
  20.   }
  21.  
  22.   # This is the table of parts covered by spanning wordlist      
  23.   data-table:    pip
  24.   {
  25.     fixwidth:    PARTNUM     4 unsigned-integer
  26.   }
  27.  
  28.   # Accelerated index for fast word lookup
  29.   data-table:    pix
  30.   {
  31.     fixwidth:    FWIDX       3 text
  32.   }
  33.  
  34.   # Word and spanning info
  35.   data-table:    pif
  36.   {
  37.     varwidth:    FWWORD    piw
  38.     fixwidth:   FWWORD_OF   4 unsigned-integer
  39.     fixwidth:    FWWORD_SZ   1 unsigned-integer
  40.  
  41.     varwidth:    FWSPAN    pis
  42.     fixwidth:   FWSPAN_OF   4 unsigned-integer
  43.     fixwidth:    FWSPAN_SZ   2 unsigned-integer
  44.  
  45.     constant:    CASEDEX       unsigned-integer "0"
  46.     fixwidth:    STEMDEX     3 unsigned-integer
  47. #   fixwidth:    SOUNDEX     3 unsigned-integer
  48.   }
  49. }
  50. $$
  51.