nerdexam
IBM

C2180-374 · Question #84

A bank routing application uses queue PRIMEBANK_Q. The application is being rewritten and deployed to use two additional primary queues exactly like PRIMEBANK_Q to handle a larger message load. The…

The correct answer is A. DEFINE QLOCAL (PRIMEBANK_Q2, PRIMEBANK_Q3) LIKE (PRIMEBANK_Q). See the full explanation below for the reasoning.

Question

A bank routing application uses queue PRIMEBANK_Q. The application is being rewritten and deployed to use two additional primary queues exactly like PRIMEBANK_Q to handle a larger message load. The additional queues will be called PRIMEBANK_Q2 and PRIMERANK_Q3. What command(s) will help the operations team quickly set up these additional queues?

Options

  • ADEFINE QLOCAL (PRIMEBANK_Q2, PRIMEBANK_Q3) LIKE (PRIMEBANK_Q)
  • BCOPY QLOCAL (PRIMEBANK_Q) TO QLOCAL (PRIMEBANK_Q2, PRIMEBANK_Q3)
  • CCOPY QLOCAL (PRIMEBANK_Q2) LIKE (PRIMEBANK_Q)
  • DDEFINE QLOCAL (PRIMEBANK _Q2) LIKE (PRIMEBANK_Q)

How the community answered

(18 responses)
  • A
    83% (15)
  • C
    6% (1)
  • D
    11% (2)

Community Discussion

No community discussion yet for this question.

Full C2180-374 Practice