RESOLVERUDPRETRIES statement

Use the RESOLVERUDPRETRIES statement to specify the number of times (including retries) the resolver should try to connect to the name server when using UDP datagrams.

Syntax

Read syntax diagramSkip visual syntax diagram
                     .-RESOLVERUDPRETRIES 1------.   
>>-+--------------+--+---------------------------+-------------><
   '-system_name:-'  '-RESOLVERUDPRETRIES--limit-'   

Parameters

system_name:
The name of the system to which this statement applies. See system_name considerations for a complete description of this parameter.

Requirement: The colon is required.

limit
The maximum number of times the resolver should try to connect to the name server. The default is 1; the maximum number can be 2 147 483 647.

Steps for modifying

You can refresh this statement using the MODIFY command. For more information about parameters used with the MODIFY command, see z/OS Communications Server: IP System Administrator's Commands.

Examples

To specify 2 as the number of times the resolver tries to connect to the name server when using UDP datagrams, use the following code:
RESOLVERUDPRETRIES 2

Usage notes