TCTD: Context specific Titles Dumper: Control


 
    Contact:  N. West, Oxford.
 
    Revision History:-
    ================
 
    5.03  N. West     First version.
 


 
Titles Files
------------
 
ctd_data.dat
 
 
Verification
------------
 
 
Description
-----------
 
    This bank controls the Context specific Titles Dumper.
    For more information see its software diagram
 
 
Data Words
---------
 
        Data types: B(bit), I, F, D(double), H(hollerith 4 char)

        Fixed length Database Header.  See titles_dbhdr.html

Word Type  Mnemonic        [symbolic command]  Description
---- ----  --------        -------------------------------
           KTCTD...

   1  I                    Spare
   ..
  10  I                    Spare
  11  H    _REQUESTS       Start of title bank requests. 

  
    The remainder of the bank consists of entries with the following syntax:-
   
    ' <bank>.<number>  (<Fortran format>) <*do args> ; '

    Where:-

      <bank>             The required bank name
      <number>           The required bank number
      (<Fortran format>) The format used to output the bank but excludes the DB header.
                         - Make sure that no line exceeds 80 characters.
      <*do args>         The args (-i and if required -n) for the *DO line 
   
    e.g.    'CASA.1   (2I,/,(2I 3F))  -i(32I / 2I 3F) -n20000;'


Go Back to the Snoman Companion Top Page