SET NETNAME

Change the tracing of a VTAM terminal.

Read syntax diagramSkip visual syntax diagramSET NETNAME
 
>>-SET NETNAME(data-value)--+-------------------+--------------><
                            +-EXITTRACING(cvda)-+
                            +-EXITTRACE---------+
                            '-NOEXITTRACE-------'
 

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 VTAM exit tracing for a particular VTAM terminal (or session). You can specify any VTAM 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 VTAM 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 VTAM 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 VTAM terminal.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
[[ Contents Previous Page | Next Page Index ]]