Telserv Manual

Subsystem Control Facility (SCF) Commands for
Telserv
Telserv Manual427174-009
5-4
ADD SERVICE Command
The ADD command has the following object-spec:
ADD SERVICE Command
The attribute-specs for the SERVICE object are:
ACCESS
secures a SERVICE access against unauthorized access. For TYPE BLOCK and
TYPE CONVERSATION options, the default is SYSTEM. For the TYPE PRINT
option, the default is ALL. Specify NONE to prohibit any users from access to the
service. This option might be useful during system testing or configuration. If the
ACCESS attribute is set to OWNER, the OWNER attribute should be specified;
otherwise, the command is rejected with Telserv error 4.
ASSIGNED
allows a client to connect directly to a preconfigured STATIC window, based on the
IP address of the client. The ASSIGNED attribute is intended to be used in
conjunction with the WINDOW attribute, CALLER. The ASSIGNED attribute is
available only in an environment where the host Telserv process uses TCP/IP as
its underlying transport protocol. Also, it is not functional when used with a
RESILIENT service. In these cases, the command is rejected with Telserv error 4.
The default value is OFF.
object-type object-name
SERVICE service-name
WINDOW window-name
[ ACCESS { ALL | SYSTEM | OWNER | NONE } ]
[ ASSIGNED { ON | OFF } ]
[ AUTODELETE { ON | OFF } ]
[ CPU { 0 through 15 } ]
[ DEFAULT { ON | OFF } ]
[ DISPLAY { ON | OFF } ]
[ LIB file-name ]
[ OWNER "24-char" ]
[ PARAM "128-char" ]
[ PRI { 0 through 190 } ]
[ PROGRAM file-name ]
[ RESILIENT { ON | OFF } ]
[ SUBTYPE { DYNAMIC | STATIC } ]
[ SWAP file-name ]
{ TYPE { BLOCK | CONVERSATION | PRINT } }