TRACE RESOLVER statement
Use the TRACE RESOLVER statement to have a complete trace of all queries to and responses from the name server issued. Specifying TRACE RESOLVER is equivalent to the OPTIONS DEBUG statement.
Restrictions:
- The TRACE RESOLVER statement should not be specified in the GLOBALTCPIPDATA file. Before making a TCPIP.DATA file global, it should be tested for syntax errors. Trace output should appear in the SYSTCPT data set or RESOLVER_TRACE file that was specified.
- TRACE RESOLVER should be the first statement in the TCPIP.DATA statements to get the maximum trace output.
Syntax
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.
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 do a complete trace of all
queries to and from the name server, use the following code:
TRACE RESOLVERUsage notes
The TRACE RESOLVER statement is used for debugging purposes only.
Related topics
- See z/OS Communications Server: IP Diagnosis Guide for information about interpreting and directing the output.
- You can also use the CTRACE TRACERES option to collect Trace Resolver output. For more information, see CTRACE – RESOLVER in z/OS Communications Server: IP Diagnosis Guide.
