ENFORM User's Guide
Writing ENFORM Servers
ENFORM Servers
058058 Tandem Computers Incorporated 7–15
TERMINATE-INPUT-REPLY Message
The ENFORM server returns this message to the query processor after reading a
TERMINATE-INPUT-REQUEST message. The message format and DDL description
for the TERMINATE-INPUT-REPLY message are shown in Figure 7-8.
Figure 7-8. Message Format and DDL Description for the TERMINATE-INPUT-REPLY Message
DEF terminate-input-reply-def .
05 ENFORM-server-header-def TYPE * .
END
0: REPLY-CODE
1: APPLICATION-CODE
2: FUNCTION-CODE
3: TRANS-CODE
4-11: TERM-ID,LOG-REQUEST (unused)
12: ERROR-CODE
13-24: FILE-NAME
25: FILE-ERROR
ENFORM Server
Operation—Restrictions
and Conditions
When you write the server, consider the following:
ENFORM servers can be used only for input to the query processor.
Note that a process can be used for output data produced by ENFORM, but the
protocol is different from and should not be confused with the ENFORM server
protocol. For information on data produced by ENFORM, see the ENFORM TM
Reference Manual.
Access to an ENFORM server as data (a relation) by the query processor is limited
to sequential access only.