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