DTAX transaction

Note

These functions are primarily intended to be used for support purposes. None of them are required for normal operation, but you may wish to automate code module enablement by submitting DTAX ENABLE and DTAX DISABLE transactions through an operations automation system like CAFC or z/OS modify commands. CICS modify commands for DTAX return messages to CSMT TD queue.

The DTAX transaction runs automatically every 5 minutes. It initializes the code module connection to a newly started or restarted zDC at that time. Because data is only collected while the zDC is active, it should be running prior to CICS or IMS region initialization. In addition, data may be lost for up to 5 minutes after the zDC is restarted or when the zDC is initially started after the CICS region initializes. Optionally, the reconnection process can be completed immediately by manually entering the DTAX transaction and performing the DISABLE function followed by the ENABLE function after reinitializing the zDC. Use the ENABLE function alone if the CICS region had not been connected to a zDC and thus shows a DISABLED status.

The DTAX transaction also provides a UI to access basic functionality of the CICS code module. Logon to CICS and issue the DTAX transaction without parameters for a brief description of its functions and current code module status.

DTAX main menu

Change the log level

The CICS code module logs messages to the zRemote's log file, which and can be viewed using the System Information dashlet. The log level of the CICS code module is set to INFO and, unlike the other code modules, it cannot be changed within DESK. It can, however, be changed using the DTAX transaction. Set the cursor to the upper right corner and type one of the following log levels: Severe, Warning, Info(Default) or Fine.

Send a ping message

You can use the ping message functionality to verify the connectivity between the z/OS CICS code module and the zRemote.

DTAX ping

The ping message generates the following DTAX output

On success, this also generates a log entry in the log output of the zRemote, such as:

info    [native] ASID[53], smfID[S0W1], sysid[C449], jobName[H71AC449] Ping data=asid=53, CFDE33C15E800000

Enable or disable the DESK data capture

These functions enable or disable all the exits used by the zLocal. The Enable command also starts the DTAX five (5) minute restart cycle if one was not in progress. Likewise, the Disable command terminates any active DTAX five (5) minute restart cycle.

Enable CICS code module

Enable should generate the following DTAX output:

Enable should also register this CICS address space with DESK. From the zRemote logs:

info    [native] ASID[53], smfID[S0W1], sysid[C449], jobName[H71AC449], subagentid[f526fc70] snaId[NETD    .H71AC449], CICS release 52 was successfully initialized with protocol version=6.3.0
info    [native] New subAgent registered successfully: 8887dic9
info    [native] Subagent license is updated, id=[0x8887dic9] = license ok;

Disable CICS code module

Disable should generate the following DTAX output: Disable should also un-register this address space from DESK. From the zRemote logs:

info    [native] Unregistering subAgent 8887dic9

DTAX messages

All DTAX messages are described on the z/OS Agent Messages page.