Syntax:
Unix:
sasd_convert -model model_name [-object obj] [-config filename]
[-sc] [-mspec] [-level]
[-help [help_dir] | -syntax [help_dir] | -version]
[-options] [-arg_input path_name] [-noheader]
[-quiet] [-ask] [-unix] [-vms] [-os2]
VMS:
sasd_convert /model=model_name [/object=obj] [/config=filename]
[/sc] [/mspec] [/level]
[/help [=help_dir] | /syntax [=help_dir] | /version]
[/options] [/arg_input=path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
OS/2:
sasd_convert /model:model_name [/object:obj] [/config:filename]
[/sc] [/mspec] [/level]
[/help [:help_dir] | /syntax [:help_dir] | /version]
[/options] [/arg_input:path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
Program Description:
This program converts DFDs of a Teamwork/SA model to
Teamwork/SD structure charts and M-Specs.
Options:
model <model_name> The model to be converted.
object <obj> The top-level object to convert (the
object must have a parent; by default,
DFD 0 is used).
config <filename> A Teamwork configuration file.
sc Create only SCs in the model (i.e. only
operates on DFDs).
mspec Create only M-Specs in the model (i.e. only
operates on C-Specs and P-Specs).
level Convert only the specified object. By default,
the entire subtree is converted.
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).