10.3.7.4 Parameters
- minn and maxn
- Specify respectively the initial and maximum number of servers to start. For more information see the UBBCONFIG section of the Tuxedo documentation.
- CLOPT options
- The following
CLOPT
run-time parameters are recognized:-
-s SystemID
- Mandatory option, see CICS SYSID Argument.
-
-b suffix
- Specifies the
SUFFIX
value in theprogram_list_table.desc
to choose which programs theARTDPL
want to execute during its initialization. -
-d suffix
- Specifies the
SUFFIX
value in theprogram_list_table.desc
to choose which programs theARTDPL
want to execute during its shutdown. -
-a Application_ID
- Optional argument, see CICS Application ID Argument.
Note:
You must configure at least one ARTDPL for each CICS region. -
-L List_name(s)
- Mandatory argument, see Dynamic List of Groups Argument.
-
-l GroupList
- Mandatory option, see Dynamic List of Groups Argument.
Note:
For both-l
and-L
options, if there are multiple ARTDPL in one ART CICS region and-s
is configured in such region, please set the same value for all-l
specified in this region, and set the same value for all-L
specified in this region. For more information about-L
configurations, please refer to List of Groups Configuration File. -
-S
- Optional argument. ARTDPL servers can receive service requests
from Tuxedo client, such as JCA client. In the Tuxedo client, you
just need to add the
COMMAREA
data to the FML fieldCXMW_MESSAGE
, and thenTPCALL
the corresponding program which is published as a service by ARTDPL. After receiving the service request, ARTDPL executes the corresponding program and finallyTPRETURN
theCOMMAREA
data returned by program with FML fieldCXMW_MESSAGE
. -
--IMSDB -x -o host:port:dra
-
Optional argument, see IMS DB Argument.
-
Parent topic: ARTDPL Configuration