Syntax:
Unix:
listmod -model model_name [-config config_file]
[-output file_name] [-errorfile file_name]
[-twk_images | -show_gens | -normal] [-width width]
[-help [help_dir] | -syntax [help_dir] | -version]
[-options] [-arg_input path_name] [-noheader]
[-quiet] [-ask] [-unix] [-vms] [-os2]
VMS:
listmod /model=model_name [/config=config_file]
[/output=file_name] [/errorfile=file_name]
[/twk_images | /show_gens | /normal] [/width=width]
[/help [=help_dir] | /syntax [=help_dir] | /version]
[/options] [/arg_input=path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
OS/2:
listmod /model:model_name [/config:config_file]
[/output:file_name] [/errorfile:file_name]
[/twk_images | /show_gens | /normal] [/width=width]
[/help [:help_dir] | /syntax [:help_dir] | /version]
[/options] [/arg_input:path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
Program Description:
The listmod command creates a listing of all of the
components in a model. This includes objects (e.g. DDEs, DFDs,
M-Specs), and notes.
Options:
model <model_name> Specifies a model name.
config <config_file> Specifies a Teamwork configuration file.
output <file_name> Specifies the file name of the output
report (default: standard output).
errorfile <file_name> Specifies an error file
(default: standard error).
twk_images Specifies that the output should be in
twk_images input format.
show_gens Specifies that the output should include
generation numbers.
normal Specifies that output should be in
default format.
width width Specifies the width of the output report.
(default: 132)
help <help_dir> Shows the full help screen (this information)
and quits. The optional argument
specifies the directory containing
the help file.
syntax <help_dir> Shows the short help screen (syntax lines
only) and quits. The optional argument
specifies the directory containing
the help file.
version Shows the program header with the version
and quits.
options Shows the command line options chosen
before program execution.
arg_input <path_name> Indicates more command line options are
in the file 'filename'.
noheader Suppresses display of the program header
before program execution.
quiet Suppresses status messages during
program execution.
ask Prompts the user for the entry of command
line options not provided.
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 OS2 format
(/example_option).
Examples (Unix format):
1) List all objects in a model
listmod -model mymodel
2) Print all objects in a model
listmod -twk_images -model mymodel | twk_images -postscript > outputfile