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

  1. # $Id: style.ddd,v 1.8 1995/04/18 02:08:08 ameyer Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. # Document Dataset Descriptor
  5. #
  6. $control: 1
  7. descriptor:
  8.   /collection = yes
  9. {
  10.   data-table:    _df
  11.     /num-records=1
  12.     /max-records=1
  13.   {
  14.     # Header information for partition management
  15.     constant:    _DBVERSION    text "vdk11"
  16.     fixwidth:    _DDDSTAMP    4 date
  17.     varwidth:    _DOCIDX        _dv
  18.     fixwidth:    _PARTDESC    32 text
  19.  
  20.     fixwidth:    _SPARE1        16 text
  21.     fixwidth:    _SPARE2        4 signed-integer
  22.   }
  23.   data-table:    _df
  24.     /offset=64
  25.   {
  26.     # Required internal fields per document
  27.     autoval:    _STYLE        sirepath
  28.     fixwidth:    _DOCID        4 unsigned-integer
  29.     fixwidth:    _SECURITY    4 unsigned-integer
  30.       /minmax = yes
  31.     fixwidth:    _INDEX_DATE    4 date
  32.       /minmax = yes
  33.   }
  34.  
  35. ######## DO NOT MODIFY ABOVE THIS LINE ########
  36.  
  37.   data-table:    dkf
  38.   {
  39.     # Must have a VdkVgwKey - this is the primary key to the document
  40.     # The field type can be changed to fixwidth integer or text as needed
  41.     varwidth:    VdkVgwKey    dkv
  42.       /indexed = yes
  43.       /minmax  = yes
  44.   }
  45.  
  46.   data-table:    ddf
  47.   {
  48.     # User fields go here. Default is a single dispatch field 
  49.     dispatch:    DOC
  50.     varwidth:    DOC_FN        ddv
  51.   }
  52. }
  53. $$
  54.