Modifying a connection from the CICS(R) command line

You can use the CKQC MODIFY command to modify a connection, as shown in Figure 19:

Figure 19. Format of command to modify connection parameters from the command line
CKQC MODIFY Y|N E|D <trace-number>

where:

Y|N
Specify one of:
Y
Reset connection statistics.
N
Do not reset connection statistics.
This parameter is required.
E|D
Specify one of:
E
Enable the API-crossing exit.
D
Disable the API-crossing exit.
This parameter is optional, the default is D.
<trace number>
Specify a valid trace number in the range zero through 199. This parameter is optional. If it is not specified, the trace number is not changed.

The command shown in Figure 20 resets the connection statistics only. The command shown in Figure 21 disables the API-crossing exit and changes the trace number to 121.

Figure 20. Resetting connection statistics from the command line
CKQC MODIFY Y

Figure 21. Changing the adapter's trace number and disabling the API-crossing exit from the command line
CKQC MODIFY N D 121