Syntax:
Unix:
load_tsa -dumpfile filename [-config filename]
[-list | -all | [-model mname... [-as mname] ]... ]
[-complete] [-prompt] [-skip] [-quit] [-latest]
[-help [help_dir] | -syntax [help_dir] | -version]
[-options] [-arg_input path_name] [-noheader]
[-quiet] [-ask] [-unix] [-vms] [-os2]
VMS:
load_tsa /dumpfile=filename [/config=filename]
[/list | /all | [/model=mname... [/as=mname] ]... ]
[/complete] [/prompt] [/skip] [/quit] [/latest]
[/help [=help_dir] | /syntax [=help_dir] | /version]
[/options] [/arg_input=path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
OS/2:
load_tsa /dumpfile:filename [/config:filename]
[/list | /all | [/model:mname... [/as:mname] ]... ]
[/complete] [/prompt] [/skip] [/quit] [/latest]
[/help [:help_dir] | /syntax [:help_dir] | /version]
[/options] [/arg_input:path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
Program Description:
This program is used to load models that were dumped using the
dump_tsa command. The two commands 'dump_tsa' and 'load_tsa' allow you to
move models between Teamwork databases on the same or different platforms.
Options:
dumpfile <filename> Specifies the pathname of the file that
contains the models to load.
config <filename> Specifies a Teamwork configuration file
(default: /cadre/tsa/config_file).
list List all model(s) in the dumpfile (default).
all Loads all models in the dump file.
model <mname...> Loads only the specified model(s) from
the dump file.
as <mname> Specifies that the loaded model should be
given the indicated name.
complete Loads both the requested model and the
predecessor model.
prompt Specifies that if a model is already in the
database, prompt for a new model name,
'skip', or 'quit' (default).
not baselined or is not in the database,
the model should not be loaded.
skip Specifies that if a model is already in the
database, or if a predecessor model is
not baselined or is not in the database,
the model should not be loaded.
quit Specifies that if a model is already in the
database, or if a predecessor model is
not baselined or is not in the database,
the command should be aborted.
latest Loads only the latest generation of each
model.
help <help_dir> Shows the full help screen (this information)
and quits. The default directory
of help files is /cadre/help.
syntax <help_dir> Shows the short help screen
(syntax lines only) and quits.
version Shows the program header with the version
and quits.
options Lists the command line options chosen, before
executing the program.
arg_input <path_name> Indicates more command line options are
in the file 'path_name'.
noheader Suppresses the display of the program header
before program execution.
quiet Suppresses status messages during program
execution.
ask Prompts the user for required command line
options that are not specified.
unix Allows entry of options in Unix format
(-example_option).
vms Allows entry of options in VMS format
(/example_option).
os2 Allows entry of options in OS/2 format
(/example_option).