Pathway/XM System Management Manual
Configuring Clients and Requesters
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
5-17
Setting TMF Parameters
affect the action of a SCREEN COBOL SEND statement when the TMF subsystem is
running.
Figure 5-1. SEND Operations With TMF (Audited Files)
035CDT .CDD
Legend
Transaction
Mode
PXMCFG Commands
SET SERVER
SET TERM
SET PROGRAM
SET SERVER
SET TERM
SET PROGRAM
SET SERVER
SET TERM
SET PROGRAM
SET SERVER
SET TERM
SET PROGRAM
TMF ON
TMF ON
TMF ON
TMF ON
TMF OFF
TMF OFF
TMF OFF
TMF ON
TMF ON
TMF OFF
TMF OFF
TMF OFF
Audited Files
Transaction Mode Non-Transaction Mode
SEND statement executes
SEND statement executes;
possible file error 75 in
server
SEND Error 13
SEND Error 13
SEND statement executes;
possible file error 75 in
server
The SEND statement is executed after a SCREEN COBOL program has issued a BEGIN-TRANSACTION
statement, but before the program has issued an END-TRANSACTION or an ABORT-TRANSACTION statement.
Note that a program is considered to be in transaction mode if it executes a BEGIN-TRANSACTION statement,
even if the TMF parameter is OFF for the terminal or program.
These are PXMCFG command parameter settings for normal TMF and Pathway operations; SET SERVER TMF ON
must be set in the PXMCFG command file.
Although no TRANSACTION-ID is present, the PATHMON process allows the SEND statement. If the server
attempts a file lock or update operation on an audited file, a Guardian file-system error 75 is returned to the server.
How this information is returned by the server to the SCREEN COBOL requester is application dependent.
2
1
2
3
1
2
3
TMF mode violation: the error is returned in the SCREEN COBOL TERMINATION-STATUS special register.
3