Table of Contents
MSGreport - message tables report generator
MSGreport [type]
< list_of_tuples > alarm_table_report
This program generates individual
reports on the
MSGKEYS, and
MSGTBL tables.
A set of SQL queries and other
tools are used to extract the necessary information from the database and
massage it into a form suitable for use with this program.
The input should
contain one tuple per line. Lines are terminated by a newline. Fields within
a tuple are separated by a |.
The following values are valid
arguments for
type.
- MsgKeys
generates the MsgKeys table report.
- MsgTbl
generates the MsgTbl table report.
- MsgList
generates the composite MsgKeys and MsgTbl tables report. This report is
sorted by MsgName.
The following fields from
the
MsgKeys table are used and appear as input to this program in this
order:
MsgName, MsgSize, and
Comments.
The following
fields from the
MsgTbl table are used and appear as input to this program
in this order:
MGown, MsgVal, and
MsgText.
The
following fields from the
MsgKeys and
MsgTbl tables are used and appear
as input to this program in this order:
MsgName, MsgVal, MsgSize, MsgText,
and
Comments.
$Id: MSGreport.8,v 1.0 1999/02/09
18:16:21 kitchen Exp $
Table of Contents