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

PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual426748-002
11-20
SET PROGRAM Command
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.
ON
directs the TCP not to suppress trailing ASCII blanks.
OFF
directs the TCP to suppress trailing ASCII blanks.
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.
ERROR-ABORT { ON | OFF }
specifies whether the TCP aborts or suspends the terminal if an application error
occurs.
If you omit this attribute, the default is ON.
ON
directs the TCP to abort the terminal.
OFF
directs the TCP to suspend the terminal.
LIKE program-name
sets the attribute values for a PROGRAM object to those of a previously added
PROGRAM object.