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

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

5.12 Duplexing definition (target)

The duplexing definition specifies the correspondence between the logical and physical file names that are used in the target system's duplexing definition.

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

(1) Format

 
{{ logical_file = logical-file-name
    physical_file_a = physical-file-name-1
    physical_file_b = physical-file-name-2
# comment-line
}}
      :
 

The length of a single definition statement line cannot exceed 1,024 single-byte characters. To specify a comment, start the line with a hash mark (#).

(2) Explanation of the operands

logical_file = logical-file-name
Specify the logical file name of the file to be duplexed. The following table shows the logical file name for each file:
System Definition file Logical file name
Target system Import master status file hdsinitstate
Import status file Name specified in the import environment definition
Import information queue file Name specified in the import environment definition
If the same logical file name is defined more than once, a definition analysis error occurs. If the specified logical file name does not exist in the target environment definition file, all the definitions associated with that logical file name will be ignored.

physical_file_a = physical-file-name-1, physical_file_b = physical-file-name-2
~ ((1-125)) (bytes)
Specify the absolute path names of the physical files that constitute the logical file specified in logical_file. If the same physical file name is defined more than once, a definition analysis error occurs.