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

AWS Mainframe Modernization - Data Replication for IBM i

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
Language
English
Product name
AWS Mainframe Modernization
Title
AWS Mainframe Modernization - Data Replication for IBM i
Copyright
2024
First publish date
2003
Last updated
2024-02-01
Published on
2024-02-01T23:02:31.099696
  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.