| Calls |
call stringlen (ShortID, IDLength)
call changecase ('CAPITALS', CapID(1:IDLength))
call setup (ImageDisk, LongID, CapLongID, ShortID,
* IDLength, MetaExists, AreaExists, DatesExists,
* OverviewExists, HtmlExists, PlaceExists,
* PubsExists, NavExists, GravExists, MagExists,
* BathExists, SampExists, SeisExists,
* AnalogExists, CamerasExists, MetersExists,
* BioExists, GeoExists, ImagExists, SubExists,
* DataExists, Aka, AkaExists, TempUnit, OutUnit,
* ErrorFlag)
call section1 (LongID, CapLongID, ShortID, IDLength,
* TempUnit, OutUnit,
* OverviewExists, HtmlExists, DatesExists,
* AreaExists, PlaceExists, PubsExists,
* NavExists, GravExists, MagExists,
* BathExists, SampExists, SeisExists,
* CamerasExists, MetersExists,
* BioExists, GeoExists, ImagExists, SubExists,
* DataExists,
* LongYear, Aka, AkaExists, Currency)
call section2 (LongID, CapLongID, ShortID, IDLength,
* DataExists, TempUnit, OutUnit)
call section3 (LongID, CapLongID, ShortID, IDLength,
* DataExists, TempUnit, OutUnit)
call section4 (LongID, CapLongID, ShortID, IDLength,
* DataExists, LongYear, TempUnit, OutUnit)
call section5 (ImageDisk, LongID, CapLongID, ShortID,
* IDLength, TempUnit, OutUnit, NavExists,
* GravExists, MagExists, BathExists,
* SampExists, SeisExists, AnalogExists,
* CamerasExists, MetersExists, BioExists,
* GeoExists, ImagExists, SubExists,
* DataExists)
call section6 (LongID, CapLongID, ShortID, IDLength,
* DataExists, TempUnit, OutUnit, Aka,
* AkaExists, Currency)
call section7 (LongID, CapLongID, ShortID, IDLength,
* DataExists, TempUnit, OutUnit)
call system ('/bin/cat /infobank/tmp/makefmeta_errorlog.temp '//
* '| grep " "')
call system ('/bin/rm /infobank/tmp/makefmeta_*.temp')
call system ('/bin/rm /infobank/tmp/theme_keywords.temp')
|