TMF Management Programming Manual (G06.24+)

Introduction to TMF
HP NonStop TMF Management Programming Manual522420-002
1-8
Pathway SCREEN COBOL
For further information about PATHCOM commands, see the Pathway PATHCOM
Reference Manual.
Pathway SCREEN COBOL
The SCREEN COBOL programming language allows programmers to write client
processes that communicate with operator terminals and intelligent input/output
devices, and that send data to server processes that manage application databases,
all under the control of Pathway. SCREEN COBOL programmers use special
statements and registers for accessing TMF. Table 1-3 lists statements in the
SCREEN COBOL language that manage transactions programmatically.
Table 1-2. PATHCOM Commands for Configuring TMF Options
Command Description
SET PATHWAY Specifies a global transaction restart limit, defining the maximum
number of times a failed transaction can be restarted automatically.
SET PROGRAM Specifies whether TMF runs along with the program.
ADD SERVER Defines server classes that can update database files audited by TMF.
ALTER SERVER Redefines server classes that can update database files audited by
TMF.
RESET SERVER Redefines server classes that can update database files audited by
TMF.
SET SERVER Redefines server classes that can update database files audited TMF.
ADD TERM Specifies, in terminal program units, which program units are not
configured to operate in transaction mode with TMF.
ALTER TERM Respecifies, in terminal program units, which program units are not
configured to operate in transaction mode with TMF.
RESET TERM Respecifies, in terminal program units, which program units are not
configured to operate in transaction mode with TMF.
SET TERM Respecifies, in terminal program units, which program units are not
configured to operate in transaction mode with TMF.
STATUS TERM Reports the configuration of each terminal.