Pathway/iTS System Management Manual (G06.24+)

PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual426748-002
11-23
SET PROGRAM Command
TMF { ON | OFF }
specifies whether the TMF subsystem runs with this PROGRAM object. This option
is intended to be used only as a debugging aid. For more information about this
attribute, see Appendix E, Setting TMF Parameters.
If you omit this attribute, the default is ON.
Considerations
Before adding a PROGRAM description to the PATHMON configuration file, you
must define values for all of the required attributes listed in this command.
A TCP can execute the same SCREEN COBOL programs on different types of
terminals so that you can run programs written for conversational-mode terminals
on some block-mode terminals. If the SCREEN COBOL TERMINAL IS clause
specifies CONVERSATIONAL and the PROGRAM TYPE attribute is T16-6530, the
TCP executes the program on the 6530 terminal in conversational mode. If the
TERMINAL IS clause is omitted and the TCP attempts to execute this same
program, an error is returned.
Examples
The following commands define a subset of the PROGRAM object attributes:
SET PROGRAM TCP TCP-1
SET PROGRAM TYPE 4 (INITIAL MAINMENU)
SET PROGRAM OWNER 8,9
SET PROGRAM SECURITY "G"
The following command defines multiple terminal options:
SET PROGRAM TYPE 5 (INITIAL LOGON, BREAK ON, ECHO ON)
ON invokes TMF auditing when necessary. The ABORT-TRANSACTION,
BEGIN-TRANSACTION, END-TRANSACTION, and
RESTART-TRANSACTION verbs perform the functions described in the
Pathway SCREEN COBOL Reference Manual.
OFF prevents TMF auditing. The TRANSACTION-ID special register is set to
SPACES after the BEGIN-TRANSACTION verb executes.