IBM Exam Questions

What command will allow them to do this?

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 therouting 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?

A.
ALTER QL(ROUTING_Q) MAXLENGTH(20000)

B.
REPLACE QL(ROUTING_Q) MAXMSGL(20000)

C.
ALTER QLOCAL (ROUTING_Q) MSGLENGTH(20000)

D.
DEFINE QLOCAL (ROUTING_Q) MAXMSGL(20000) REPLACE