NOTRACE Statement

Use the NOTRACE statement to turn off basic and detailed run-time tracing for the specified TCP/IP processes.

Read syntax diagramSkip visual syntax diagram NOTRACE ALLprocess_name

Operands

ALL
Suppresses basic and detailed run-time tracing information for all processes.
process_name
Suppresses basic and detailed run-time tracing information for the named process. For valid process names, refer to Table 1.

Examples

The following example shows a NOTRACE statement that turns off all tracing for the Telnet process.
NOTRACE TELNET

Usage Notes

  • If no process names are specified, basic and detailed tracing is suppressed for all processes.
  • Processing of the NOTRACE statement will not cause an open trace file to be closed; a FILE or SCREEN statement must be used to close an open file.

More Information