The Command Interpreter Assign Command; The Command Interpreter Param Command - Tandem ENFORM 058057 Reference Manual

Data management library
Table of Contents

Advertisement

Running ENFORM
Passing Parameters to Compiled Query Files
The Command Interpreter
ASSIGN Command
The Command Interpreter
PARAM Command
2–8
For every physical file an ENFORM application accesses, the server query processor
must do open/close operations that add to the processing time. This processing time
can be reduced significantly if ENFORM applications that frequently use the same
physical files are processed by a common server query processor. A server query
processor allows for heavily accessed physical files to be kept open.
The ASSIGN command of the Command Interpreter defines the physical file or files
kept open. The syntax is:
F number
{
ASSIGN
generic-file-name
F number
specifies the logical file name. Legal values for logical file names range from F1
through F31.
generic-file-name
is the name of one of the following generic files: QUERY-WORK-AREA, QUERY-
SORT-AREA, QUERY-QPSTATISTICS, and QUERY-QPSTATUS-MESSAGES. All
other names are ignored.
physical-filename
is a fully qualified Tandem file name. Refer to the GUARDIAN Operating System
User's Guide for the exact form of a Tandem file name.
exclusion-mode
is either SHARED, PROTECTED, or EXCLUSIVE. The default is SHARED for an
input file. Valid values for generic files are described later in this section.
To create a server query processor, you must include a PARAM command specifying a
REQUESTORS parameter. The REQUESTORS parameter defines the maximum
number of requestors the server query processor can accept. The other parameters are
optional and can be specified in the same or in a different PARAM statement.
PARAM REQUESTORS max-requestors
REQUESTORS max-requestors
sets the maximum number of requestors a query processor can accept. A
requestor can be any ENFORM application or a host language program. (Host
language programs are described in the ENFORM User's Guide).
058057 Tandem Computers Incorporated
‚ physical-filename
}
[ ‚ exclusion-mode ]
‚COST max-cost
‚TIMEOUT time-out
‚READS max-reads
,...

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enform

Table of Contents