SET NETNAME

Change the tracing of a z/OS® Communications Server terminal.

SET NETNAME

Read syntax diagramSkip visual syntax diagramSET NETNAME( data-value)EXITTRACING(cvda)EXITTRACENOEXITTRACE

Conditions: INVREQ, NOTAUTH

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Description

The SET NETNAME command allows you to control CICS® z/OS Communications Server exit tracing for a particular z/OS Communications Server terminal (or session). You can specify any z/OS Communications Server terminal or session, including one not yet installed in CICS, so that you can trace the autoinstall process as well as other operations.

Options

EXITTRACING(cvda)
specifies whether this terminal (or session) should be traced when CICS is tracing terminal-specific invocations of its z/OS Communications Server exits. (You can turn exit tracing on and off with a SET TRACEFLAG TCEXITSTATUS command or the CICS-supplied transaction CETR.) CVDA values are:
EXITTRACE
The terminal is to be traced.
NOEXITTRACE
The terminal is not to be traced.
NETNAME(data-value)
specifies the 8-character z/OS Communications Server network identifier of the terminal or session for which you are specifying tracing.

Conditions

INVREQ
RESP2 values:
27
EXITTRACING has an invalid CVDA value.
29
The terminal is not a z/OS Communications Server terminal.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.