10.2.7.2 Description
This argument enables ART application servers to reconnect to RM when requested.
-
-R MAX_TRANS_NUM
-
MAX_TRANS_NUM
specifies the maximum number of transactions, no later than which ART for CICS server must reconnect to RM (after ART for CICS receives a reconnect request). Meaning, after receiving a reconnec request, an ART for CICS application server will reconnect to RM randomly (either during the next transaction in this case, or during any transaction no later than the one thatMAX_TRANS_NUM
specifies).-R MAX_TRANS_NUM
can appear anywhere in a server'sCLOPT
; however, if you omitMAX_TRANS_NUM
(asMAX_TRANS_NUM
is optional),-R
must be the last argument of theCLOPT
.
Parent topic: RM Reconnect Argument