Syntax:
Unix:
twk_load -edif_file filename
[-model model_name [-config config_file] | -syntax_only]
[-type object_type...] [-notype object_type...]
[-success_log filename] [-failure_log filename]
[-help [help_dir] | -syntax [help_dir] | -version]
[-options] [-arg_input filename] [-noheader]
[-quiet] [-ask] [-unix] [-vms] [-os2]
VMS:
twk_load /edif_file=filename
[/model=model_name [/config=config_file] | /syntax_only]
[/type=(object_type,...)] [/notype=(object_type,...)]
[/success_log=filename] [/failure_log=filename]
[/help [=help_dir] | /syntax [=help_dir] | /version]
[/options] [/arg_input=filename] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
OS/2:
twk_load /edif_file:filename
[/model:model_name [/config:config_file] | /syntax_only]
[/type:(object_type,...)] [/notype:(object_type,...)]
[/success_log:filename] [/failure_log:filename]
[/help [:help_dir] | /syntax [:help_dir] | /version]
[/options] [/arg_input:filename] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
Program Description:
This program imports EDIF format files into a Teamwork database.
Options:
edif_file <filename> Name of the edif filename.
config <config_file> Specifies a Teamwork configuration file
(default: /cadre/tsa/config_file).
model <model_name> Specifies a model name.
syntax_only Specifies that the only operation to be
performed is a syntax check.
type <object_type> Specifies an object type. Valid types are:
dfd, p-spec, dd, nodfd, nop-spec, nodd.
notype <object_type> Specifies an object type. Valid types are:
dfd, p-spec, dd, nodfd, nop-spec, nodd.
success_log <filename> Specifies a file where all entries that are
successfully entered in the database
are recorded.
failure_log <filename> Specifies a file where all entries that
fail to be entered in the database
are recorded.
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).