nerdexam
IBM

C2180-374 · Question #92

A routing application has been modified to generate smaller messages no larger than 10KB in size. The operations team has decided to reduce their queue resources need for the routing application's…

The correct answer is D. DEFINE QLOCAL (ROUTING_Q) MAXMSGL(20000) REPLACE. See the full explanation below for the reasoning.

Question

A routing application has been modified to generate smaller messages no larger than 10KB in size. The operations team has decided to reduce their queue resources need for the routing application's primary queue ROUTING_Q as well to better make use of their file system resources. What command will allow them to do this?

Options

  • AALTER QL(ROUTING_Q) MAXLENGTH(20000)
  • BREPLACE QL(ROUTING_Q) MAXMSGL(20000)
  • CALTER QLOCAL (ROUTING_Q) MSGLENGTH(20000)
  • DDEFINE QLOCAL (ROUTING_Q) MAXMSGL(20000) REPLACE

How the community answered

(30 responses)
  • A
    17% (5)
  • B
    3% (1)
  • C
    7% (2)
  • D
    73% (22)

Community Discussion

No community discussion yet for this question.

Full C2180-374 Practice