Table 118 shows the generic format owned by the transaction manager domain, and shows the function performed on the call.
Format | Calling module | Function |
---|---|---|
XMNT |
DFHXMSR DFHXMAT DFHXMTA DFHXMCL |
MXT_NOTIFY MXT_CHANGE_NOTIFY |
XMDN |
DFHXMXD DFHXMQD DFHXMDD |
TRANDEF_NOTIFY TRANDEF_DELETE_QUERY |
XMPP | DFHXMIQ |
FORCE_PURGE_INHIBIT_QUERY |
In the descriptions of the format that follow, the "input" parameters are input not to the transaction manager domain, but to the domain being called by the transaction manager. Similarly, the "output" parameters are output by the domain that was called by the transaction manager domain, in response to the call.
The MXT_NOTIFY function of XMNT format is used to notify other domains when CICS® is at, or no longer at, the maximum task limit for user tasks.
STARTED|STOPPED
OK|EXCEPTION|DISASTER|INVALID|KERNERROR|PURGED
The MXT_CHANGE_NOTIFY function of XMNT format is used to notify other domains of a change to the MXT limit. The called domains indicate whether they can cope with the new limit.
OK|EXCEPTION|DISASTER|INVALID|KERNERROR|PURGED
RESPONSE | Possible REASON values |
---|---|
EXCEPTION | LIMIT_TOO_HIGH |
DISASTER |
LOGIC_ERROR ABEND LOOP |
INVALID | INVALID_FUNCTION |
The TRANDEF_NOTIFY function of the XMDN format is used to notify other domains that a transaction definition has been installed, changed, or deleted. The called domain's can then modify any transaction definition related data they are keeping for that definition.
INSTALL|CHANGE|DELETE
OK|DISASTER|INVALID|KERNERROR|PURGED
RESPONSE | Possible REASON values |
---|---|
DISASTER |
LOGIC_ERROR ABEND LOOP |
INVALID | INVALID_FUNCTION |
The TRANDEF_DELETE_QUERY function of the XMDN format allows other domains to object to the deletion of the named transaction. definition.
YES|NO
AID_PENDING|ICE_PENDING|SIT_PARAMETER
OK|DISASTER|INVALID|KERNERROR|PURGED
RESPONSE | Possible REASON values |
---|---|
DISASTER |
LOGIC_ERROR ABEND LOOP |
INVALID | INVALID_FUNCTION |
The FORCE_PURGE_INHIBIT_QUERY function of the XMPP format allows other domains to object to the force purge request for the specified transaction.
YES|NO
OK|DISASTER|INVALID|KERNERROR|PURGED
RESPONSE | Possible REASON values |
---|---|
DISASTER |
ABEND LOOP |
INVALID | INVALID_FUNCTION |