Standalone Logtool for MPE/iX

of the LOG keyword. The file list must be a
list of "work" files (created by the SELECT
command). Note: All "work" files are created
in the diagnostic directory (DIAG.SYS on MPE/iX).
<file list> ::= <file name> | <file name> , <file list>
<file name> ::= Alpha-numeric text (starting with an alpha)
Ex: FILES=file1,file8,junk,work
OUTFILE=<file name> - The OUTFILE keyword lets the user direct the
report to a file or the line printer.
Note: All files created by using the OUTFILE
parameter will reside in the diagnostic directory
(DIAG.SYS on MPE/iX)
<file name> ::= Alpha-numeric text (starting with an alpha) |
LP
Ex: OUTFILE=listfile or
OUTFILE=lp {Output to printer}
TYPE=<type list> - The TYPE keyword is used to specify which log
record types (id's) to select for the report.
Log record Id's range from 0 to 255. If this
TYPE is not used, all log record types will be
considered.
<type list> ::= <type number range> | <type number range>,<type list>
<type number range> ::= <type number> | <type number>/<type number>
<type number> ::= integer value
Ex: TYPE=101,104,106
<field label>=<data list> - Field label keywords allow the user to
select log records based on the data present
in the log record. Quotes are only required
for field labels and data items which contain
embedded blanks or reserved words used as
part of the SUMMARIZE command syntax. If a quote
is needed as part of the field label, entering
a quote twice ("") will be interpreted as a
single quote as part of the field label.
For fields which are always displayed as hex arrays
or can be displayed as hex arrays by using the
HEXDUMP option, the index construct will allow
users to select log records by individual array
elements. To use the index construct, the field
label must be followed by the array element index
number enclosed in square brackets. Please note
that all arrays start with an element index of 1.
The selection criteria specified by a
field label keyword will only be met if the data
item and the data found in the log record match
exactly. All field labels and text data items
will be upshifted before the evaluation is performed.
<field label> ::= text | "text" | text[<index>] | "text"[<index>]
<index> ::= integer value starting at 1
<data list> ::= <data item> | <data item> , <data list>
<data item> ::= integer value | text | "text"
Ex: Ldev=1,7 "PRODUCT NAME"=HP7935 JSNAME=JREPORT
"Hardware status"[1]=4
FIELD=<field label list> - The FIELD keyword is used to specify which
fields of a log record are to be summarized by
the SUMMARIZE command. Quotes are only required
for field labels which contain embedded blanks.
<field label list> ::= <field label list>,<field label> |
<field label>
<field label> ::= text | "text"