SET NETNAME
Change the tracing of a z/OS® Communications Server terminal.
Syntax
Activate security checks on commands by specifying the XCMD system initialization parameter and by ensuring that command security checking is active for the transaction (either by specifying CMDSEC(YES) on the TRANSACTION resource definition or by specifying ALWAYS on the CMDSEC system initialization parameter).
Conditions: INVREQ, NOTAUTH
NOHANDLE, RESP, and
RESP2 are common options that can be added to all EXEC CICS
commands to process error conditions. They are not explicitly included in the command syntax diagram
and option descriptions. For information about these common options and EXEC CICS
command syntax, see EXEC CICS command format and programming considerations. 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.
