RTVDMVSTS - Retrieve CDC Replication installation information
Use this command to determine whether CDC Replication has been installed. If installed, this command also returns the version installed, and the installation library name. The command searches all system libraries for the first occurrence of the CDC Replication product data area D_MIRROR. Three variables are returned indicating whether CDC Replication has been installed, the installed product version, and the name of the installation library.
Applies To—Source and Target
Parameters
NoneResult
- STATUS
- *YES
- The CDC Replication Engine for Db2® for i is installed
- *NO
- The CDC Replication Engine for Db2 for i is not installed
- VERSION
- Returns a CDC Replication product version. For example, V11R3M3 where V = Version, R = Release, and M = Modification.
- LIBRARY
- Returns the name of the library where CDC Replication is installed.
Examples
RTVDMVSTSIndicates whether or not CDC Replication has been installed on the server where this command is issued. Retrieves the CDC Replication version, release, modification number, and library. This command uses return variables and therefore should be executed from a CL program.