Parameters Usable with JSL
In addition to the parameters specified in the previous sections, the following parameters can be used with the JSL, although you need to understand how doing so would affect your application.
SVRGRP=string_value
This parameter specifies the group name for the group in which the server is to run.
string_value
must be the logical name associated with a server group in the
*GROUPS
section, and must be 30 characters or less. This association with
an entry in the *GROUPS
section means that AOUT
is executed
on the machine with the LMID
specified for the server group. This association
also specifies the GRPNO
for the server group and parameters to pass when the
associated resource manager is opened. All server entries must have a server group parameter
specified.
SRVID=number
This parameter specifies an identifier, an integer between 1 and 30,000, inclusive,
that identifies this server within its group. This parameter is required on every server
entry, even if the group has only one server. If multiple occurrences of servers are desired,
do not use consecutive numbers for SRVID
s; leave enough room for the system
to assign additional SRVID
s up to MAX
.
Parent topic: Creating the UBBCONFIG File