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 >
Text File  |  1995-03-19  |  2KB  |  61 lines

  1. # $Id: style.did 1.5 1995/02/07 02:43:26 ameyer Exp $
  2. # Copyright (C) 1987-1994 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 "vdk111"
  15.     varwidth:    FWWORD     _iw
  16.     fixwidth:   FWWORD_OF  3 unsigned-integer
  17.     fixwidth:    FWWORD_SZ  1 unsigned-integer
  18.  
  19.     varwidth:    FWCOUNT     _iv
  20.     fixwidth:   FWCOUNT_OF  4 unsigned-integer
  21.     fixwidth:    FWCOUNT_SZ  3 unsigned-integer
  22.  
  23.     constant:    CASEDEX      unsigned-integer "0"
  24.     fixwidth:    STEMDEX    3 unsigned-integer
  25. ##  fixwidth:    SOUNDEX    3 unsigned-integer
  26.   }
  27.   data-table:    _is
  28.   {
  29.     fixwidth:    NUMWORDS   2 unsigned-integer
  30.   }
  31.  
  32. # For Zone Search
  33.   data-table:    _zf
  34.   {
  35.     varwidth:    FWZONE        _zw
  36.     fixwidth:   FWZONE_OF    3 unsigned-integer
  37.     fixwidth:    FWZONE_SZ    1 unsigned-integer
  38.  
  39.     varwidth:    FWZONEDATA    _zv
  40.     fixwidth:   FWZONEDATA_OF    4 unsigned-integer
  41.     fixwidth:    FWZONEDATA_SZ    3 unsigned-integer
  42.   }
  43.  
  44. # For Qualify Instance 
  45. # data-table:   _qf
  46. # {
  47. #   constant:  Qualify_Bytes    signed-integer 1
  48. #   varwidth:  Qualify          _qv
  49. #   fixwidth:  Qualify_SZ       4 signed-integer
  50. # }
  51.  
  52. # For Application Specific Location Information
  53. # data-table:   _lf
  54. # {
  55. #   constant:  Location_Bytes    signed-integer 1
  56. #   varwidth:  Location          _lv
  57. #   fixwidth:  Location_SZ       4 signed-integer
  58. # }
  59. }
  60.  
  61.