This object is required to be defined in DCE and it is retrieved by the DB2 client.
Use the DCE command cdscp create object to create a routing information object. For example:
cdscp create object object_global_name
Add a DB_Object_Type attribute of R.
For each database object, add one DB_Target_Database_Info attribute. Each DB_Target_Database_Info attribute consists of the following parameters:
For example, you could put the following lines into a file:
create object /.../cdscell1/subsys/database/ROUTE1 add object /.../cdscell1/subsys/database/ROUTE1 DB_Object_Type=R add object /.../cdscell1/subsys/database/ROUTE1 DB_Target_Database_Info=\ /.../cdscell1/subsys/database/DBMVS01;DRDA;DB2RA;0;;\ /.../cdscell1/subsys/database/DBAIX01 add object /.../cdscell1/subsys/database/ROUTE1 DB_Target_Database_Info=\ *OTHERDBS;DRDA;DB2RA;0;;\ /.../cdscell1/subsys/database/DBAIX02
Then, enter the command:
cdcsp < filename