Which of this is not one of the parameters used for MQCMIT API?
-
Connection Handle
-
Object Handle
-
Reason Code
-
Completion Code
B
Correct answer
Explanation
MQCMIT API commits all operations within the current unit of work. Its parameters are: Connection Handle (Hconn), Completion Code (CompCode), and Reason Code (Reason). Object Handle (Hobj) is NOT a parameter for MQCMIT because commit operations work at the connection/transaction level, not on individual queue objects.