
304 Moving Data Across the DB2 Family
rmtdb is a database on a mainframe machine rmtsystm, running DB2 for z/OS and
OS/390 Version 7.
CATALOGing the rmtdb database from the mainframe system requires that a DCS
database be CATALOGed against rmtdb, and then that the DCS database be
CATALOGed locally against the remote node (in this case, distnode). For this example,
the DCS database will be called rmtdbdcs:
CATALOG DCS DATABASE rmtdbdcs AS rmtdb
CATALOG DATABASE rmtdbdcs AS rmtdblcl AT NODE distnode AUTHENTICATION DCS
The CREATE SERVER command is slightly different (its TYPE is DB2/MVS instead of
DB2/UDB):
CREATE SERVER distsrvr TYPE DB2/MVS ...