| Reads |
read (90, '(q,a)', end = 999)
* InLineLength,
* InLine(1:InLineLength)
|
| Writes |
write (OutLine, '(2048x)')
write (91, '(a)') OutLine(1:OutLineLength)
write (OutLine, '(2048x)')
write (91, '(a)') OutLine(1:OutLineLength)
|
| Opens |
open (unit = 90,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/tmp/ob2items.tdvalues.temp')
open (unit = 91,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/tmp/ob2items.tabs.temp')
|