nerdexam
IBM

C2180-376 · Question #48

An application running on Unix is reading MQ messages that were created on z/OS and consist of multimedia content. A small percentage of the messages are large. The application should allocate a big…

The correct answer is A. MQGMO_MSG_UNDER_CURSOR. See the full explanation below for the reasoning.

Question

An application running on Unix is reading MQ messages that were created on z/OS and consist of multimedia content. A small percentage of the messages are large. The application should allocate a big buffer only when needed. The queue is opened with the MQOO_INPUT_EXCLUSIVE and the MQOO_BROWSE option. In addition to MQGMO_BROWSE_FIRST, which options should be used for getting messages?

Options

  • AMQGMO_MSG_UNDER_CURSOR
  • BMQGMO_MSG_UNDER_CURSOR, MQGMO_LOCK
  • CMQGMO_MSG_UNDER_CURSOR, MQGMO_CONVERT
  • DMQGMO_MSG_UNDER_CURSOR, MQGMO_LOCK, MQGMO_CONVERT

How the community answered

(51 responses)
  • A
    84% (43)
  • B
    4% (2)
  • C
    2% (1)
  • D
    10% (5)

Community Discussion

No community discussion yet for this question.

Full C2180-376 Practice