Telserv Manual
Subsystem Control Facility (SCF) Commands for
Telserv
Telserv Manual—427174-009
5-8
ADD WINDOW Command
ENDOFLINE
is a 1-byte ASCII value used to signify that an input line is complete. The default
value is a CARRIAGE-RETURN (%H0C in hexadecimal). This attribute is valid
only when SERVICETYPE is set to conversation mode.
ERASE
is a 1-byte ASCII value used to erase a single character of input. The default value
is a BACKSPACE (%H08 in hexadecimal). This attribute is valid only when
SERVICETYPE is set to conversation mode.
INTERRUPT
is a 1-byte ASCII value used to send a break message to the process that owns
the break on the window. The default value is a CTRL-C (%H03 in hexadecimal).
This attribute is valid only when SERVICETYPE is set to conversation mode.
LINEKILL
is a 1-byte ASCII value used to delete the line being entered. The default value is
CTRL-X (%H18 in hexadecimal). This attribute is valid only when SERVICETYPE
is set to conversation mode.
SERVICENAME
is the name of the service the window will be associated with. This name may be
any quoted string of printable characters except for reserved names. Reserved
names are “EXIT” and names starting with Z. The HP NonStop naming convention
for this value is an 8-character string, the first character of which is alphabetic.
Programs associated with a given service can be then run on any STARTED
window associated with that service. The service name appears in the Telserv
banner menu sent to remote users of Telserv clients.
SERVICETYPE
is an enumerated value for the type of service with which this window will be
associated. CONVERSATION is the default value.
BLOCK
indicates that the Telserv initial mode will be block mode; it can subsequently
be changed to conversation mode by using the SET MODE command.
CONVERSATION
indicates that the Telserv initial mode will be conversation mode; it can
subsequently be changed to block mode by using the SET MODE command.