Pathway/iTS System Management Manual (G06.24+)
TERM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
10-21
SET TERM Command
If you omit file-name and the Inspect command terminal is not named in the
SET TCP INSPECT attribute, the default is the home terminal of the TCP.
OFF
does not start the Inspect process when the program begins.
IOPROTOCOL { 0 | 1 }
specifies the protocol the TCP follows when a SCREEN COBOL SEND MESSAGE
statement completes with a timeout or an unsolicited message.
If you omit this attribute, the default is 0.
0
directs a TCP to issue a CANCEL procedure to cancel a SEND MESSAGE I/O.
The I/O is cancelled because an unsolicited message arrives or a SEND
MESSAGE TIMEOUT occurs.
1
directs a TCP to use a CONTROL-26 protocol to cancel a SEND MESSAGE
I/O. The I/O is cancelled because an unsolicited message arrives or a SEND
MESSAGE TIMEOUT occurs.
If IOPROTOCOL 1 is specified, the front-end process must be written according to
rules described in the TS/MP Pathsend and Server Programming Manual. Front-
end processes can use this attribute to avoid loss of data.
LIKE term-name
sets the attribute values for the TERM object to those of a previously added TERM
object.
MAXINPUTMSGS number
specifies the maximum number of unsolicited messages that the TCP queues for
the requester associated with the TERM object. If this attribute is exceeded, the
TCP returns a TERM^QUEUE^FULL error to the originator of the unsolicited
message.
number must be a value from 0 through 2045. If you omit this attribute, the default
is 0.
PRINTER
specifies the printer to be used for the SCREEN COBOL PRINT SCREEN verb.
An attached printer either physically plugs into the terminal (for example, a 6520 or
6530 terminal) or connects to the same line controller (for example, an IBM 3270
compatible terminal using AM3270) as the terminal on which the SCREEN COBOL
program runs.