Expects results of TYPEPATHS4GAZ to exist
Typical execution time = instant
AUTHOR
Clint Steele 7/25/10000
Reads
read (90, '(a25,t30,a)', end = 99)
* DataType(TypeCount),
* DataPath(TypeCount)
read (91, '(q,a)', end = 999)
* TestLength, TestType(1:TestLength)
Writes
Opens
open (unit = 90,
* status = 'old',
* access = 'sequential',
* form = 'formatted',
* name = '/infobank/programs/keep/equiptypepaths.keep')
open (unit = 91,
* status = 'old',
* access = 'sequential',
* form = 'formatted',
* name = '/infobank/gazette/typelist/gl.typelist')