HiRDB Datareplicator Version 8 Description, User's Guide and Operator's Guide

[Contents][Glossary][Index][Back][Next]

8.3 Send data UOC routine

A send data UOC routine that you create can be used before extracted update information is sent to the target system to determine whether the information is to be imported. You use the source Datareplicator to create a send data UOC routine.

Notes about creating and editing a UOC routine with the IPF version of Datareplicator
In the IPF version, you must preprocess, compile, and link your created UOC routine in the 64-bit environment. Datareplicator does not support use of 32-bit libraries for executable files. If you attempt to use such a UOC routine, operation is not guaranteed.
In the IPF version, replace the long data type that appears in this chapter with the int data type.

Notes about creating a UOC routine with a non-IPF version of Datareplicator
Even if you are using the 64-bit Datareplicator, you must preprocess, compile, and link a created UOC routine in the 32-bit environment. Datareplicator does not support use of 64-bit libraries for executable files. If you attempt to use such a UOC routine, the results might not be correct.
Organization of this section
8.3.1 Overview of a send data UOC routine
8.3.2 Send data UOC routine creation procedure (UNIX)
8.3.3 Send data UOC routine creation procedure (Windows)
8.3.4 Syntax for the function used with a send data UOC routine
8.3.5 Notes on creating a send data UOC routine
8.3.6 Sample send data UOC routine