home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / genealog / ancestr.zip / ANCESTR.DCT < prev    next >
Text File  |  1992-01-11  |  4KB  |  73 lines

  1. */============================================================================
  2. This is a data dictionary file for: ANCESTR geneological research program
  3. FILE         FIELD      TYPE LEN DEC  FUNCTION OR INDEX EXPRESSION
  4. ------------ ----------  -   --- ---- ------------------------------------------/*   
  5. INDIV        SERIAL      N     6    0 Serial Code of Individual
  6. INDIV        SEX         C     1    0 Sex of individual
  7. INDIV        LNAME       C    20    0 Sir name of individual
  8. INDIV        FNAME1      C    20    0 Given name 1 of individual
  9. INDIV        FNAME2      C    20    0 Given name 2 of individual
  10. INDIV        FNAME3      C    20    0 Given name 3 of individual
  11. INDIV        TITLE       C    20    0 Title of Individual
  12. INDIV        CCODE       N     6    0 Family code as child
  13. INDIV        REFN        C    10    0 Ancestral file reference number
  14. INDIV        NOTES       M    10    0 Notes  
  15. INDIV        BIRTD       C    25    0 Birth Date
  16. INDIV        BIRTP1      C    20    0 Birth place word 1
  17. INDIV        BIRTP2      C    20    0 Birth place word 2
  18. INDIV        BIRTP3      C    20    0 Birth place word 3
  19. INDIV        BIRTP4      C    20    0 Birth place word 4
  20. INDIV        CHRD        C    25    0 Birth Date
  21. INDIV        CHRP1       C    20    0 Birth place word 1
  22. INDIV        CHRP2       C    20    0 Birth place word 2
  23. INDIV        CHRP3       C    20    0 Birth place word 3
  24. INDIV        CHRP4       C    20    0 Birth place word 4
  25. INDIV        DEATD       C    25    0 Birth Date
  26. INDIV        DEATP1      C    20    0 Birth place word 1
  27. INDIV        DEATP2      C    20    0 Birth place word 2
  28. INDIV        DEATP3      C    20    0 Birth place word 3
  29. INDIV        DEATP4      C    20    0 Birth place word 4
  30. INDIV        BURID       C    25    0 Birth Date
  31. INDIV        BURIP1      C    20    0 Birth place word 1
  32. INDIV        BURIP2      C    20    0 Birth place word 2
  33. INDIV        BURIP3      C    20    0 Birth place word 3
  34. INDIV        BURIP4      C    20    0 Birth place word 4
  35. INDIV        BAPLD       C    25    0 Baptismal Date
  36. INDIV        BAPLT       C     5    0 Baptismal Temple
  37. INDIV        ENDLD       C    25    0 Endowment Date
  38. INDIV        ENDLT       C     5    0 Endowment Temple
  39. INDIV        SLGCD       C    25    0 Sealed to Parrents Date
  40. INDIV        SLGCT       C     5    0 Sealed To Parrentsl Temple
  41. INDIV        INDIV1      X            SERIAL
  42. INDIV        INDIV2      X            UPPER(LNAME) + UPPER(FNAME1) + UPPER(FNAME2) + UPPER(FNAME3)
  43. INDIV        INDIV3      X     U      UPPER(LNAME)
  44. INDIV        INDIV4      X            SOUNDEX(LNAME)+IFF(EMPTY(birtd),DTOZ(chrd),DTOZ(birtd))+UPPER(FNAME1)+UPPER(FNAME2)+UPPER(FNAME3)
  45. INDIV        INDIV5      X            FT_METAPH(LNAME)+IFF(EMPTY(birtd),DTOZ(chrd),DTOZ(birtd))+UPPER(FNAME1)+UPPER(FNAME2)+UPPER(FNAME3)
  46. INDIV        INDIV6      X            STR(CCODE)+ IIF(EMPTY(birtd),DTOZ(chrd),DTOZ(birtd))
  47. FAMIL        SERIAL      N     6    0 Family Serial Number
  48. FAMIL        HUSB        N     6    0 Husband's Individual SerialNumber
  49. FAMIL        WIFE        N     6    0 Wife's Individual Serial Number
  50. FAMIL        MARR        C    25    0 Marriage Date
  51. FAMIL        MARRP1      C    20    0 Marriage Place Word 1
  52. FAMIL        MARRP2      C    20    0 Marriage Place Word 2
  53. FAMIL        MARRP3      C    20    0 Marriage Place Word 3
  54. FAMIL        MARRP4      C    20    0 Marriage Place Word 4
  55. FAMIL        SLGSD       C    25    0 Sealing Date
  56. FAMIL        SLGST       C     5    0 Temple Code
  57. FAMIL        DIV         L     1    0 Divorce Status
  58. FAMIL        FAMIL1      X            SERIAL
  59. FAMIL        FAMIL2      X            STR(HUSB) + DTOZ(marr)
  60. FAMIL        FAMIL3      X            STR(WIFE) + DTOZ(marr)
  61. ANOTES       SERIAL      N     4    0 Note serial number
  62. ANOTES       DATE        D     8    0 Date posted
  63. ANOTES       PNTD        L     1    0 Previously printed flag
  64. ANOTES       NOTE        M    10    0 Note text
  65. ANOTES       ANOTES1     X            SERIAL
  66. ANOTES       ANOTES2     X            DTOS(DATE)
  67. INOTE        SERIAL      N     4    0 Note serial individual is related to
  68. INOTE        INDIV       N     6    0 Individual serial number
  69. INOTE        INOTE1      X            SERIAL
  70. INOTE        INOTE2      X            INDIV    
  71.  
  72.  
  73.