Syntax:
Unix:
ddreport -model model_name [-config config_file]
[-layout layout_file] [-query query_file]
[-output output_file] [-errorfile error_file] [-ff | -noff]
[-help [help_dir] | -syntax [help_dir] | -version]
[-options] [-arg_input path_name] [-noheader]
[-quiet] [-ask] [-unix] [-vms] [-os2]
VMS:
ddreport /model=model_name [/config=config_file]
[/layout=layout_file] [/query=query_file]
[/output=output_file] [/errorfile=error_file] [/ff | /noff]
[/help [=help_dir] | /syntax [=help_dir] | /version]
[/options] [/arg_input=path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
OS/2:
ddreport /model:model_name [/config:config_file]
[/layout:layout_file] [/query:query_file]
[/output:output_file] [/errorfile:error_file] [/ff | /noff]
[/help [:help_dir] | /syntax [:help_dir] | /version]
[/options] [/arg_input:path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
Program Description:
This program writes reports on Data Dictionary entries (DDEs).
The user can use the SQL Select statement to specify the DDEs.
The user can control the report's layout using the Layout Language.
Options:
model <model_name> Specifies a model name (required).
config <config_file> Specifies a Teamwork configuration file
(default: /cadre/tsa/config_file).
layout <layout_file> Specifies the layout file name.
query <query_file> Specifies the query file name
(default: interactive).
output <output_file> Specifies the file to which the report
should be written
(default: standard output).
errorfile <error_file> Specifies the error file
(default: standard error).
ff Specifies that a form-feed should be
emitted after each page.
noff Specifies that a form-feed should not
be emitted after every page.
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).