ENFORM Reference Manual

Generic Files
Running ENFORM
058057 Tandem Computers Incorporated 2–11
Table 2-1. ENFORM Generic Files and Their Uses
Generic File Name Use
QUERY-COMPILER-LISTING All compilation output produced during an ENFORM session
(that is, entering a query either directly or indirectly ); compiler
errors and warnings; including output, errors, and warnings
from other ENFORM commands (such as ?ASSIGN and
?SHOW).
Output is produced in ASCII with a record length of 132 bytes.
QUERY-REPORT-LISTING All reports produced as a result of the execution of a LIST
statement.
Output is produced in ASCII with a record length of 132 bytes.
QUERY-STATISTICS All statistics produced during an ENFORM session by the
query processor while processing a FIND or LIST statement
when @STATS is SET to ON. Several sets of statistics can
be produced during a session. A set is identified by the
requestor’s PID and the beginning and ending times of the
query execution.
Output is produced in ASCII. For each query processed, the
output consists of (72 * (the number of record-types in the
query + 3 )). For display purposes, each output record is
72 characters long.
QUERY-STATUS-MESSAGES All compiler/report writer error and warning messages
produced during an ENFORM session. All error messages
produced during an ENFORM session by the query processor
or SORT while processing a FIND or LIST statement. These
messages also appear in the listings.
The output is produced in ASCII with a record length of
132 bytes.
QUERY-WORK-AREA The volume where all temporary files (except SORT work files)
are built by the query processor while processing a FIND or
LIST statement during an ENFORM session. The QUERY-
WORK-AREA file name should contain only a volume name.
QUERY-SORT-AREA The location where all temporary files are built by the SORT
process while processing a FIND or LIST statement during an
ENFORM session. The QUERY-SORT-AREA file name can
be a volume name or an explicit file name.