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

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

5.10.4 Update information field definition

An update information field definition defines the name of update information to be sent from the source system and the name of each field. You can omit the update information field definition if all fields in the update information correspond exactly to the column names specified with the load statement in the import table definition without having to resort the fields. In this case, omit the field names and specify an asterisk in the load statement of the import table definition. If the asterisk (*) is specified, Datareplicator ignores the update information field definition.

You can specify only one update information field definition per unit of update information.

Organization of this subsection
(1) Format
(2) Explanation of the operands

(1) Format

[{{ format update-information-name
 name field-name
[{ const initial-value|by column-data-editing-UOC-function-
identifier [nocodecnv]|[nocodecnv] }]
 [{{ name field-name
[{ const initial-value|by column-data-editing-UOC-function-
identifier [nocodecnv]|[nocodecnv] }]
  ...}}]
}} ...]

(2) Explanation of the operands

Note:

You can specify only the null literal in repetition columns and abstract data type columns. If you specify any other literal, a data compatibility error occurs at HiRDB during import processing.

#1: Specify a maximum of 30 bytes.

#2: Specify a maximum of 29 decimal digits.

#3: All column attributes.

#4: One of the following four types is imported, depending on the update type of the import processing:

#5: The import date and extraction date are imported in the format yyyymmdd.

#6: The import time and extraction time are imported in the format hhmmss.

#7: The import time stamp and extraction time stamp are imported in the format year-month-date-hour-minute-second (for the second, the number of decimal places can be set at 0, 2, 4, or 6).