Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-81
SET TERM
IS-ATTACHED
directs the copy of the screen image to a printer that is either physically attached
to the terminal or on the same line controller as the terminal on which the
program runs. IS-ATTACHED is one of the following:
If you specify PRINTER IS-ATTACHED for a T16-6520, T16-6530, or
T16-6540 terminal, the SCREEN COBOL special register TERMINAL-
PRINTER is ignored.
TMF { ON | OFF }
specifies whether the TMF system runs with this TERM object. This option is
intended to be used only as a debugging aid.
If you omit this attribute, the default is ON.
TRAILINGBLANKS { ON | OFF }
specifies whether the TCP suppresses the display of trailing ASCII blank characters
in output lines sent to terminals by the SCREEN COBOL DISPLAY and SEND
MESSAGE verbs.
If you omit this attribute, the default is ON.
This attribute affects terminals defined as TYPE CONVERSATIONAL and affects
programs defined as TYPE INTELLIGENT that use delimited format messages.
This attribute has no effect on VARYING1 and VARYING2 message formats.
T16-6530 Directs copy to a printer attached directly to the terminal.
T16-6520 Directs copy to a printer attached directly to the terminal.
IBM-3270 Directs copy to the device that is attached to the same control
unit as the terminal.
ON Invokes TMF auditing when necessary.
OFF Prevents TMF auditing. The TRANSACTION-ID special register is set
to SPACES after the BEGIN-TRANSACTION verb executes.
ON Directs the TCP not to suppress trailing ASCII blanks.
OFF Directs the TCP to suppress trailing ASCII blanks.