IBM Operational Decision Manager Standard V8.7 — Question 7
What is the result of the command mqsisetdbparms -n DB2_1 -u test -p test123?
Answer options
- A. Creates a security identity for DB2_1.
- B. Sets the database parameters test and test123 for DB2_1.
- C. Connects to the database DB2_1 with user test and password test123.
- D. Creates service userld "test" and password "test123" for the Integaration node "DB2_1".
Correct answer: A
Explanation
The correct answer is A because the command mqsisetdbparms is specifically used to create a security identity for the specified database. Options B and C misinterpret the function of the command, and option D incorrectly describes the creation of a service user ID, which is not the purpose of this command.