DB2 Connect Quick Beginnings for Linux**

Step 4. Catalog the Database as a Database Connection Service (DCS) Database

To catalog the remote database as a Data Connection Services (DCS) database, perform the following steps:

Step  1.

Log on to the system as a user with System Administrative (SYSADM) or System Controller (SYSCTRL) authority.

Step  2.

Enter the following commands:

   catalog dcs db local_dcsname as target_dbname
   terminate

where:

  • local_dcsname is the local name of the host or AS/400 database.
  • target_dbname is the name of database on the host or AS/400 database system.

For example, to make ny the local database name for DB2 Connect, for the remote host or AS/400 database called newyork, enter the following commands:

   catalog dcs db ny as newyork
   terminate


[ Top of Page | Previous Page | Next Page ]