Structure Diagram for CTD: Context specific Titles Dumper
=========================================================
An Introduction to the Structure Diagrams is available.
NB These links will be broken until the HTML Version of the Code is installed.
Introduction
------------
CTD is a processor that dumps selected titles banks as an ASCII titles
file at the end of a SNOMAN job so that a subsequent job, that doesn't
have access to the database, can input the file and continue to use
the same titles.
To use CTD proceed as follows:-
1) Copy the standard ctd_data.dat to your work directory and modify
it to select with titles to output.
2) Take the .cmd file of the SNOMAN job whose titles have to be used in a
subsequent job and alter as follows:-
$event_limit 1 * Only need a short run
file ctd 1 <output-file-name> * Selecting the CTD file activates CTD.
3) Run the SNOMAN job and use the resulting <output-file-name>
For a simple example see run_ctd_demo.cmd
Titles Banks Used
-----------------
TCTD CTD: Control
Initialisation Routines
-----------------------
CTD_INI
Execution Routines
------------------
None
Termination Routines
--------------------
CTD_TRM
Go Back to the
Snoman Companion Top Page