Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-40
SET PROGRAM
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.
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.
GROUP group-name
specifies the name of a set of TERM objects; all temporary and configured TERM
objects defined with this group-name are members of the same set.
group-name can be from 1 to 15 alphanumeric or hyphen characters and must
start with a letter, be unique within the Pathway/XM environment, and not be a
Pathway/XM reserved word. TERM objects generated from this PROGRAM object
can be members of more than one group. To do this, specify each group in a separate
SET PROGRAM GROUP statement.
This attribute is optional; if you omit this attribute, there is no default.
LIKE program-name
sets the attribute values for a PROGRAM object to those of a previously added
PROGRAM object.
OWNER owner-id
specifies the user ID authorized to issue the PXMCOM RUN PROGRAM
command. The user ID must be known to the system on which PATHCOM is
running. Use this attribute in conjunction with the SECURITY attribute.
The value of owner-id is one of the following:
[ \system-number. ] group-number, user-number
[ \physical-node. ] group-name.user-name
ON Directs the TCP not to suppress trailing ASCII blanks.
OFF Directs the TCP to suppress trailing ASCII blanks.
ON Directs the TCP to abort the terminal.
OFF Directs the TCP to suspend the terminal.