Use the CALL PGM command - Connect_CDC - aws_mainframe_modernization_service - connect_cdc_mimix_share - Latest

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
Last edition
2024-09-11
Last publish date
2024-09-11T13:50:21.429182
  1. Make sure the Connect CDC product library is in your library list. To add it, use the command:

    ADDLIBLE SHARE570

    where SHARE570 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.