| Opens |
open (unit = 91,
* name = '/tmp/georef2pubs.temp',
* access = 'sequential',
* form = 'formatted',
* status = 'unknown')
|
| Reads |
read (90, '(q,a)', end = 99) Length, ALine(1:Length)
read (90, '(/,q,a)', end = 99) Length, ALine(1:Length)
read (90, '(/,q,a)', end = 99) Length, ALine(1:Length)
read (90, '(/,q,a)', end = 99) Length, ALine(1:Length)
|
| Writes |
write (91, '(a)') ALine(Colon-2:Length)
write (ALine, '(1024x)')
write (91, '(a)') ALine(Colon-2:Length)
write (Command, '(512x)')
|
| Calls |
call openem (1,0)
call stringlen (ALine, Length)
call stringlen (ALine, Length)
call stringlen (ALine, Length)
call stringlen (Command, CommandLength)
call system (Command(1:CommandLength))
|