| Reads |
read (90, '(a13)', end = 98) ALine
read (90, '(a13)', end = 99) ALine
read (92, '(q,a)', end = 999)
* GazLineLength, GazLine(1:GazLineLength)
|
| Opens |
open (unit = 90,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name =
* '/infobank/programs/gaz/atlaskeepfiles/atlas.list.keep')
open (unit = 91,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/tmp/ids4area.trim.temp')
open (unit = 90,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/tmp/ids4area.sort.temp')
open (unit = 91,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/gazette/ids/regions/'//
* Area(10:AreaLength)//'.ids')
open (unit = 92,
* access = 'sequential',
* form = 'formatted',
* status = 'unknown',
* name = '/infobank/programs/keep/gazette.keep')
open (unit = 93,
* access = 'sequential',
* form = 'formatted',
* status = 'new',
* name = '/infobank/gazette/ids/regions/'//
* GazLine(Slash(4)+1:Slash(5)-1)//'.ids')
|
| Calls |
call changecase ('SMALLS', ALine)
call system ('/bin/sort -u -b -k 2 -k 1 '//
* '/infobank/tmp/ids4area.trim.temp >
* '/infobank/tmp/ids4area.sort.temp')
call system ('/bin/rm /infobank/tmp/ids4area.trim.temp')
call system ('/bin/mkdir '//
* '/infobank/gazette/ids/regions'//
* ';/bin/cp /infobank/gazette/index.html '//
* '/infobank/gazette/ids/regions/index.html')
call system ('/bin/mkdir '//
* '/infobank/gazette/jpg/regions'//
* ';/bin/cp /infobank/gazette/index.html '//
* '/infobank/gazette/jpg/regions/index.html')
call system ('/bin/mkdir '//
* '/infobank/gazette/html/regions'//
* ';/bin/cp /infobank/gazette/index.html '//
* '/infobank/gazette/html/regions/index.html')
call system ('/bin/mkdir '//
* '/infobank/gazette/htmlids/regions'//
* ';/bin/cp /infobank/gazette/index.html '//
* '/infobank/gazette/htmlids/regions/index.html')
call stringlen (Area, AreaLength)
call changecase ('SMALLS', GazLine(1:GazLineLength))
|