Syntax:
Unix:
opnerden -model model_name -entity entity_name
[-generation number] [-config filename] [-ul x y]
[-size width height] [-tab] [-read | -write]
[-help [help_dir] | -syntax [help_dir] | -version]
[-options] [-arg_input path_name] [-noheader]
[-quiet] [-ask] [-unix] [-vms] [-os2]
VMS:
opnerden /model=model_name /entity=entity_name
[/generation=number] [/config=filename] [/ul=(x,y)]
[/size=(width,height)] [/tab] [/read | /write]
[/help [=help_dir] | /syntax [=help_dir] | /version]
[/options] [/arg_input=path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
OS/2:
opnerden /model:model_name /entity:entity_name
[/generation:number] [/config:filename] [/ul:(x,y)]
[/size:(width,height)] [/tab] [/read | /write]
[/help [:help_dir] | /syntax [:help_dir] | /version]
[/options] [/arg_input:path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
Program Description:
This program opens a teamwork window on the ERD that refers to the
given entity. The ERDs must use the Project Technology Inc. Object-
Oriented Analysis methodology.
Options:
model <model_name> Specifies a model name.
entity <entity_name> Specifies the entity to search for. If the
entity name includes a period, then the
period and anything after it are ignored.
generation <number> The generation of the object to open
(default: latest).
ul <x y> The point for the upper left corner of the
window. Any number less than zero
becomes zero. This argument may be
ignored by Teamwork.
size <width height> The size of the window to be opened. Any
number less than the default becomes the
default. This argument may be ignored
by Teamwork (default: 300 by 400).
tab Opens the window as an icon (default: open in
full size).
read Opens the window in read only mode.
write Opens the window in read write mode.
config <filename> Specifies a Teamwork configuration file
(default: /cadre/tsa/config_file).
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).