Use the CALL PGM command - Connect_CDC - aws_mainframe_modernization_service - connect_cdc_mimix_share - 6.x

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
6.x
Language
English
Product name
Connect CDC
Title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
Last updated
2024-10-15
Published on
2024-10-15T20:38:41.117981
  1. Make sure the Connect CDC product library is in your library list. To add it, use the command:

    ADDLIBLE SHARE60

    where SHARE60 is the library containing the installed IBM i release.

  2. Use one of the following commands:

  • For a cold start:

CALL PGM(RPCS400) PARM('RPCS400_01' 'OMNIENT' '0' '*CURCHAIN' '*LAST' 'x')

where:

  • ‘x’ is the model committed version.
  • RPCS400_01 is the name of the Change Selector you want to start. The suffix 01 is the server number of the Change Selector assigned in the model. For example, if the server is 1, use a suffix of 01, RPCS400_01. You may need to look at the current RPCS400 job to use the correct parameters.

  • OMNIENT is the library where the metabase is installed. Do not specify with any leading or trailing spaces.

  • You can use the following parameters in cold starting:

*CURRENT, *CURCHAIN, *FIRST, *LAST
  • You can also name the library and ID number (starting point in the receiver).

  • For a warm start:

CALL PGM(RPCS400) PARM('RPCS400_01' 'OMNIENT' '1' '' '')

where:

  • RPCS400_01 is the Change Selector you want to start. The suffix 01 is the server number of the Change Selector assigned in the model. For example, if the server is 1, use a suffix of 01, RPCS400_01. You may need to look at the current RPCS400 job to use the correct parameters. Use upper case for the library parameter. It does not have to be padded with blanks.

  • OMNIENT is the library where the metabase is installed. The metabase library argument requires 10 characters and can include spaces.