11.2.5 Operands related to system monitoring

14) PDCWAITTIME [maximum-wait-time-1-for-HiRDB-client-used-by-HiRDB-External-Data-Access-Adapter][,maximum-wait-time-2-for-HiRDB-client-used-by-HiRDB-External-Data-Access-Adapter]
The function of this operand is the same as that of the PDCWAITTIME operand of the client environment definition. For details on the PDCWAITTIME operand, see the manual HiRDB Version 8 XDM/RD E2 Connection Facility.
Specification of maximum wait time 1 for this operand is invalid. Be sure to specify only maximum wait time 2. If this operand is omitted, the default value (600) of maximum wait time 2 is assumed.
maximum-wait-time-1-for-HiRDB-client-used-by-HiRDB-External-Data-Access-Adapter:
[Figure]<signed integer>((-65534 to 0))<<0>> (seconds)
Specifies the number of seconds to be deducted from the value of the PDCWAITTIME operand of the client environment definition. This operand determines the maximum amount of time the HiRDB client used by HiRDB External Data Access Adapter waits for a foreign HiRDB to respond following a processing request.
Operand specification methods
The maximum wait time is determined as follows:
Maximum wait time = value-of-this-operand + value-of-PDCWAITTIME-operand-of-client-environment-definition
For example, if -10 and 100 are specified for this operand and the PDCWAITTIME operand of the client environment definition, respectively, the maximum wait time is 90 seconds (100 - 10).
Operand rules
  • Specification of this operand is invalid if 0 is specified for the PDCWAITTIME operand of the client environment definition.
  • Specify a value for this operand such that the combination of this value with the value of the PDCWAITTIME operand of the client environment definition results in a positive value.
  • If the combination of the value of this operand with the value of the PDCWAITTIME operand of the client environment definition is 0 or smaller, 1 is assumed for the maximum wait time.
maximum-wait-time-2-for-HiRDB-client-used-by-HiRDB-External-Data-Access-Adapter:
[Figure]<unsigned integer>((0-65535)) <<600>> (seconds)
Specifies the maximum amount of time (units: seconds) the HiRDB client used by HiRDB External Data Access Adapter waits for a foreign HiRDB (XDM/RD E2) to respond after issuing a processing request. If 0 is specified for maximum time 2, the HiRDB client used by HiRDB External Data Access Adapter continues to wait for the foreign HiRDB to respond.
Operand specification methods
When specifying maximum wait time 2, do not forget the comma. The specification format follows:
PDCWAITTIME,1200