IBM Exam Questions

Which of the following commands is required to make this database accessible to a Linux client?

A database named TEST_DB resides on a z/OS system and listens on port 446. The TCP/IP
address for this system is 192.168.10.20 and the TCP/IP host name is MYHOST. Which of the
following commands is required to make this database accessible to a Linux client?

A.
CATALOG TCPIP NODEzos_srvr REMOTE myhost SERVER 192.168.10.20;
CATALOG DATABASE zos_db AS test_db AT NODE zos_srvr;
CATALOG DCS DATABASE zos_db AS test_db;

B.
CATALOG TCPIP NODEzos_srvr REMOTE myhost SERVER 192.168.10.20;
CATALOG DCS DATABASE zos_db AS test_db AT NODE zos_srvr;

C.
CATALOG TCPIP NODEzos_srvr REMOTE myhost SERVER 446;
CATALOG DCS DATABASE zos_db AS test_db AT NODE zos_srvr;

D.
CATALOG TCPIP NODEzos_srvr REMOTE myhost SERVER 446;
CATALOG DATABASE zos_db AS test_db AT NODE zos_srvr;
CATALOG DCS DATABASE zos_db AS test_db;