To Add a Resource Definition File to the Cross-Region Database using seedeploy

To add a CICS resource definition file to the cross-region database from the command line:

  1. Open an Enterprise Developer command prompt.
  2. Use the seedeploy command.

    For example, to add the resdef.config file, use the following command:
    seedeploy rdo add c:\resourcedir\resdef.config sql://localhost/inst/(crdb)
    Note: In the command above, the parameter (crdb) indicates that the resdef.config file is installed in the installation's cross-region database.

Example

The following command lists the resource definition files deployed to the cross-region database.
seedeploy rdo list sql://localhost/inst/(crdb)