Program to identify activities with incomplete mapit runs.
AUTHOR
Clint Steele 1/8/2007
Reads
read (90, '(q,a)', end = 99)
* ALineLength, ALine(1:ALineLength)
Writes
write (91, '(a)') ALine(1:ALineLength)
Opens
open (unit = 90,
* access = 'sequential',
* form = 'formatted',
* status = 'old',
* name = '/infobank/programs/keep/cruises.keep')
open (unit = 91,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/programs/html/checkmapit/badmaps.keep')