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

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

8.2 Column data editing UOC routine

A column data editing UOC routine that you create can be used to edit desired source column data and import it into a target database.

Notes about creating and editing a UOC routine with the IPF version of Datareplicator
Preprocess, compile, and link a 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 with non-IPF versions of Datareplicator
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.2.1 Overview of a column data editing UOC routine
8.2.2 Column data editing UOC routine creation procedure (UNIX)
8.2.3 Column data editing UOC routine creation procedure (Windows)
8.2.4 Syntax for the function used with a column data editing UOC routine
8.2.5 Notes on creating a column data editing UOC routine
8.2.6 Sample column data editing UOC routine