Language invocations for MQ_CLUSTER_WORKLOAD_EXIT

The MQ_CLUSTER_WORKLOAD_EXIT supports two languages, C and High Level Assembler.


C invocation

 MQ_CLUSTER_WORKLOAD_EXIT (&ExitParms);

Replace MQ_CLUSTER_WORKLOAD_EXIT with the name of the cluster workload exit function.

Declare the MQ_CLUSTER_WORKLOAD_EXIT parameters as follows:

MQWXP ExitParms; /* Exit parameter block */


High Level Assembler invocation

CALL EXITNAME,(EXITPARMS)
Declare the parameters as follows:
EXITPARMS      CMQWXPA       Exit parameter block
Parent topic: MQ_CLUSTER_WORKLOAD_EXIT - Call description


Related reference