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

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

5.11.4 Extraction statement

For a SAM file in PDM2 E2 log format, specify the DBM name, dataset name, and the names of the fields subject to extraction processing. If there are multiple DBM names and dataset names subject to extraction processing, specify as many extraction statements as necessary. You can specify only one extraction statement per dataset. To import a single dataset into multiple tables, specify the necessary information in the import definition.

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

(1) Format

{{ extract DBM-name.dataset-name
    ({ { field-name|redefined-field-name }
    [ {{,{ field-name|redefined-field-name }}} ...]|* })
  to update-information-name
  key({ field-name|redefined-field-name }
  [{{ ,{ field-name|redefined-field-name }}} ...])}} ...

(2) Explanation of the operands

Specify a field name or a redefined field name. You can specify the field names in any order, but you must not specify the same name more than once. The all-columns specification (*) is permitted only when there are no extraction redefinition statements.

(3) Notes