
Appendix B. Configuring data sources in DB2 Information Integrator 295
Table B-5 The DB2 UDB for z/OS system
The following steps catalog a database from the DB2 command line:
1. Log in with user administrator or db2admin to the Windows system.
2. Catalog the DB2 UDB UDB for z/OS node as follows:
db2 catalog tcpip node DB2ZSRV remote 9.12.6.8 server 33378
3. Store information about the remote host in the Database Connection Services
(DCS) directory as follows:
db2 catalog dcs database DCSDB2G as DB2G with “Comment on DB2 for z/OS”
4. Catalog the database as follows:
db2 catalog database DCSDB2G at node DB2ZSRV authentication dcs
5. Test the connection ...