USGS InfoBank banner.  USGS, Coastal and Marine Geology, InfoBank banner.
 USGS Coastal and Marine Geology banner.    Search InfoBank.
USGS InfoBank program -- fingerprint Skip navigational links
    ________   ________   ______________   ________   _________   _______________   ________  
  tab edge  Home  tab edge  Data  tab edge  Activities  tab edge  FACS  tab edge  Atlas  tab edge  Definitions  tab edge  More  tab edge  
   
InfoBank Programs: by Name   by Data Type   General Tools   GIS   Plotting   Web   USGS Disclaimer   InfoBank Programs   Boothill  
   
Expanded description
Topic Description
Name
fingerprint
Synopsis
/infobank2/programs/dbase/fingerprint/fingerprint.for
Description
  Program to determine if people listed in .crew files are
  "known" in InfoBank .keep files.

    
Opens
 open (unit = 90,
*      access = 'sequential',
*      form = 'formatted',
*      status = 'old',
*      name = '/infobank/programs/keep/scientists.keep')

 open (unit = 90,
*      access = 'sequential',
*      form = 'formatted',
*      status = 'old',
*      name = '/infobank/programs/keep/nonscientists.keep')

 open (unit = 91,
*      access = 'sequential',
*      form = 'formatted',
*      status = 'old',
*      name = '/tmp/fingerprint.crew.temp')

 open (unit = 92,
*      access = 'sequential',
*      form = 'formatted',
*      status = 'unknown',
*      name = '/infobank/programs/dbase/fingerprint/known')

 open (unit = 93,
*      access = 'sequential',
*      form = 'formatted',
*      status = 'unknown',
*      name = '/infobank/programs/dbase/fingerprint/unknowntemp')

    
Reads
     read (90, '(a)', end=99) TempLine
     read (90, '(a)', end=990) TempLine
     read (91, '(q,a)', end=98)
*        ALineLength, ALine(1:ALineLength)
    
Writes
     write (ALine, '(1024x)')
             write (92, '(a,8x,a)') ALine(10:ALineLength),
*                ALine(1:7)
     write (93, '(a,8x,a)') ALine(10:ALineLength),
*        ALine(1:7)
    
Calls
     call stringlen (TempLine(1:29), ANameLength(Loop))
     call changecase ("CAPITALS", 
*        AName(Loop)(1:ANameLength(Loop)))
     call stringlen (TempLine(1:29), ANameLength(Loop))
     call changecase ("CAPITALS",
*        AName(Loop)(1:ANameLength(Loop)))
 call system ('/bin/cat /infobank/'//
*          Alphabet(1:1)//'/*/meta/*.crew > '//
*             '/tmp/fingerprint.crew.temp')

     call system ('/bin/cat /infobank/'//
*          Alphabet(Loop:Loop)//'/*/meta/*.crew >> '//
*             '/tmp/fingerprint.crew.temp')
     call system ('/bin/cat /infobank/'//
*          Alphabet(Loop:Loop)//'/*/meta/*.chief >> '//
*             '/tmp/fingerprint.crew.temp')
     call system ('/bin/cat /infobank/'//
*          Alphabet(Loop:Loop)//'/*/meta/*.infospecialist >> '//
*             '/tmp/fingerprint.crew.temp')
 call system ('/bin/sort '//
*    '/infobank/programs/dbase/fingerprint/unknowntemp'//
*    ' > /infobank/programs/dbase/fingerprint/unknown')
 call system ('/bin/rm '//
*    '/infobank/programs/dbase/fingerprint/unknowntemp')
    

Skip footer navigational links

InfoBank   Menlo Park Center   Santa Cruz Center   St. Petersburg Center   Woods Hole Center   Coastal and Marine Geology Program  
U. S. Department of the Interior   U. S. Geological Survey   Geologic Information   Ask-A-Geologist   USGS privacy statement   Disclaimer  

URL: http://walrus.wr.usgs.gov/infobank2/programs/dbase/fingerprint/fingerprint.doc.html
Maintainer: Clint Steele
Comments: e-mail
Last modified: Fri Apr 30 03:13:27 PDT 2004  (wcs)