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

  1. # $Id: style.did,v 1.7 1995/04/18 02:08:33 ameyer Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. $control: 1
  5. descriptor:
  6. {
  7.   # Note: the first 16 records of this table are reserved for bookkeeping
  8.   data-table:    _ix
  9.   {
  10.     fixwidth:    FWIDX       3 text
  11.   }
  12.   data-table:    _if
  13.   {
  14.     constant:    _DBVERSION    text "vdk11"
  15.     varwidth:    FWWORD     _iw
  16.     fixwidth:   FWWORD_OF  4 unsigned-integer
  17.     fixwidth:    FWWORD_SZ  1 unsigned-integer
  18.  
  19.     # For word-count indices
  20.     varwidth:    FWCOUNT     _iv
  21.     fixwidth:   FWCOUNT_OF  4 unsigned-integer
  22.     fixwidth:    FWCOUNT_SZ  3 unsigned-integer
  23.  
  24.     # The FWDATA lines are for generating PSW indices.
  25.     # FWDATA and FWCOUNT are mutually exclusive.
  26.     # varwidth:    FWDATA        _iv
  27.     # fixwidth:    FWDATA_OF    4 unsigned-integer
  28.     # fixwidth:    FWDATA_SZ    3 unsigned-integer
  29.  
  30.     constant:    CASEDEX      unsigned-integer "0"
  31.     fixwidth:    STEMDEX    3 unsigned-integer
  32. #   fixwidth:    SOUNDEX    3 unsigned-integer
  33.   }
  34. # data-table:    _is
  35. # {
  36. #   fixwidth:    NUMWORDS   2 unsigned-integer
  37. # }
  38.  
  39. # For Zone Search
  40.   data-table:    _zf
  41.   {
  42.     varwidth:    FWZONE        _zw
  43.     fixwidth:   FWZONE_OF    3 unsigned-integer
  44.     fixwidth:    FWZONE_SZ    1 unsigned-integer
  45.  
  46.     varwidth:    FWZONEDATA    _zv
  47.     fixwidth:   FWZONEDATA_OF    4 unsigned-integer
  48.     fixwidth:    FWZONEDATA_SZ    3 unsigned-integer
  49.   }
  50.  
  51. # For Qualify Instance 
  52. # data-table:   _qf
  53. # {
  54. #   constant:  Qualify_Bytes    signed-integer 1
  55. #   varwidth:  Qualify          _qv
  56. #   fixwidth:  Qualify_SZ       4 signed-integer
  57. # }
  58.  
  59. # For Application Specific Location Information
  60. # data-table:   _lf
  61. # {
  62. #   constant:  Location_Bytes    signed-integer 1
  63. #   varwidth:  Location          _lv
  64. #   fixwidth:  Location_SZ       4 signed-integer
  65. # }
  66. }
  67. $$
  68.