Telserv Manual

Subsystem Control Facility (SCF) Commands for
Telserv
Telserv Manual427174-009
5-7
ADD WINDOW Command
CONVERSATION
configures a conversational terminal service and initiates the session in
conversation mode.
PRINT
configures a printer (write-only device) service.
ADD WINDOW Command
The attribute-specs for the WINDOW object are:
CALLER
allows a client to connect directly to a preconfigured STATIC window, based on the
IPv4 address of the client. The CALLER attribute should be used in conjunction
with the SERVICE attribute, ASSIGNED. The CALLER attribute is required if the
corresponding SERVICE object, to which the window belongs, has its ASSIGNED
attribute ON. Otherwise, it is optional. Refer to Considerations for the ADD
Command, WINDOW Object, for more information.
CALLER6
is a quoted IPv6 address of the Telnet client. This address is automatically
assigned to this configured window upon connection. The IP address is specified in
eight 16-bit hexadecimal numbers. For example:
"5f1c:ce00:df3f:b210:0030:0700:306a:e3e3"
Leading blanks in quoted string are invalid. If you specify leading blanks, Telserv
will return an error 1.
ENDOFFILE
is a 1-byte ASCII value used to signify an end-of-input condition to a reader. The
default value is CTRL-Y (%H19 in hexadecimal). This attribute is valid only when
SERVICETYPE is set to conversation mode.
[ CALLER "IP4-address" ]
[ CALLER6 "IP6-address" ]
[ ENDOFFILE 0 through 255 ]
[ ENDOFLINE 0 through 255 ]
[ ERASE 0 through 255 ]
[ INTERRUPT 0 through 255 ]
[ LINEKILL 0 through 255 ]
[ SERVICETYPE { BLOCK | CONVERSATION | PRINT } ]
{ SERVICENAME "service-name" }