Multiple choice technology platforms and products

MQOPEN call is mandatory before an MQPUT1 call.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

MQPUT1 is a special API that combines queue open and put operations in a single call. Unlike MQPUT (which requires an MQOPEN first), MQPUT1 takes the queue manager name and queue name directly as parameters, eliminating the need for a prior MQOPEN call. This makes MQOPEN optional, not mandatory, before MQPUT1.