home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pafrv931.zip / CVEC.INF < prev    next >
Text File  |  1993-03-01  |  2KB  |  54 lines

  1.  
  2.  
  3.  
  4.                  ╔═════════════════════════════════════════════╗   
  5.                  ║                     CVEC                    ║  
  6.                  ╟─────────────────────────────────────────────╢ 
  7.                  ║  PAF Review - Version 93.1 -  1 March 1993  ║ 
  8.                  ╟─────────────────────────────────────────────╢
  9.                  ║         Compiled by Mike St. Clair          ║
  10.                  ╟─────────────────────────────────────────────╢
  11.                  ║           This is file CVEC.INF             ║
  12.                  ╚═════════════════════════════════════════════╝
  13.  
  14.         Version:       1.0
  15.         Author:        Peter G. Cook
  16.         Address:       435 E. Barbarita Ave., Gilbert, AZ.
  17.         Release Date:  March 1990  
  18.         BBS File Name: CVEC.ZIP, CVEC.BAS
  19.         Software Type: Freeware
  20.         Fee:           N/A
  21.         Read/Write:    Read only
  22.  
  23.         ╔═══════════════════╗
  24.         ║ Brief Description ║
  25.         ╚═══════════════════╝
  26.         Constructs C-Vectors as unique indentifiers from PAF data files.
  27.  
  28.         ╔══════════════════╗
  29.         ║ Long Description ║
  30.         ╚══════════════════╝   
  31.         Uses the PAF data base to build a file of C-Vectors. The output
  32.         file contains the vector elements, sex, a file identification
  33.         character, and name of the base individual.
  34.  
  35.         The C-Vector is an array of seven integers.  Each element is the
  36.         birth year of an individual as follows:
  37.                1  Individual
  38.                2  Father
  39.                3  Mother
  40.                4  Paternal Grandfather
  41.                5  Paternal Grandmother
  42.                6  Maternal Grandfather
  43.                7  Maternal Grandmother
  44.         Taken as an individual indentifier, the C-Vector is very nearly
  45.         unique.  It is independent of data base format and vagaries of
  46.         surname spelling.  Once a single individual is found in common
  47.         between two data bases, ancestors from that point back are held in
  48.         common.  C-Vector comparisons are gender independent - the same
  49.         for male and female lines.
  50.  
  51.         For more information see article in July, 1990 issue of
  52.         Genealogical Computing Magazine.
  53.  
  54.         This is a BASIC program in source form.