Multiple choice technology platforms and products

Which of this is not one of the parameters used for MQCMIT API?

  1. Connection Handle

  2. Object Handle

  3. Reason Code

  4. Completion Code

Reveal answer Fill a bubble to check yourself
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.