Replication Manager: SAP DB
   Using the Replication Manager
      Loading Data to Multiple Tables Simultaneously
      Loading Binary Values
      Selecting Data Records from the Source File
   Terminology
      REPM Server
      Command File
         Structure of a Command File
         General Syntax Rules for Command Files
      Source File
      Target File
      Source Table
      Target Table
      Qualification Column
      Remote Server
      Data Types
         External Data Types
         Data Types Used Internally by the Database
         Plain Text Values
         Binary Values
         HEX Values
      Data File Formats
         COMPRESSED
         FORMATTED
         FORMATTED BINARY
      Log File of the Replication Manager
   Calling the Replication Manager
   Options
      Name of Command File: -b
      Name of the Database Instance: -d
      Maximum Permitted Number of Errors: -E
      Help for the Options: -h
      Name of the Host Node of the Database Instance: -n
      Output File of the Replication Manager: - o[w|a]
      Substitution Parameter: -p
      InstRoot Directory: -R
      Name of the REPM Server Host Node: -r
      User Data: -u
      REPM Server Version: -V
      Version of the Replication Manager: -v
   REPM Server Commands
      Commands for Setting Up a Session
         AUTOCOMMIT Command
         IGNORE TERMCHARSET
         SET Command
         SQLMODE Command
         USE SERVERDB Command
         USE TERMCHARSET Command
         USE USER Command
         USE USERKEY Command
         VERSION Command
      Commands for Loading and Unloading Data and Catalog Contents
         FASTLOAD Command
         DATALOAD Command
            Examples of DATALOAD Commands
         DATAEXTRACT Command
         DATAUPDATE Command
         TABLELOAD Command
         TABLEEXTRACT Command
      Syntax Rules for Commands
         Syntax Rules for Setting up a Session
            database_name_statement
            sql_mode
            user_statement
         Syntax Rules for Table Descriptions
            compare_operator
            condition
            duplicates_clause
            field_format
            field_pos
            if_condition
            restore_spec
            simple_condition
            table_name
            table_spec
            usage_spec
         Syntax Rules for Column Descriptions
            acc_column_spec
            acc_column_spec_mlt
            column_assignment
            column_descriptor
            column_id
            column_id_spec
            column_names
            format_spec
            generate_spec
            key_column_spec
            lit_column_spec
            load_column_spec
            load_column_spec_mlt
            null_assign
            null_condition
            numerical_functions
            order_clause
            output_column
            output_column_list
            round_or_trunc_spec
            scale_spec
            select_expression
            set_column_spec
            set_column_spec_mlt
            sequence_number
            simple_column_spec
         Syntax Rules for Describing Data Access
            bool_spec
            code_spec
            date_spec
            delimiter_spec
            extract_files_spec
            file_extract_spec
            file_format_spec
            infile_spec
            int_spec
            longfile_code_spec
            longfile_spec
               Loading LONG Values
                  Each LONG Value to Be Inserted in a Separate LONG Data File
                  All LONG Values to Be Inserted in One Data File
               Unloading LONG Values
                  Each LONG Value to Be Unloaded in a Separate LONG Data File
                  All LONG Values to Be Unloaded Are in One File
            longfile_spec_mlt
            noheader_spec
            number_spec
            null_spec
            outfile_spec
            part_spec
            separator_spec
            standard_code_spec
            standard_date_mask
            standard_time_mask
            standard_timestamp_mask
            time_spec
            timestamp_spec
      SQL Statements
      Keywords and Alternative Keywords
         Keywords A - C
         Keywords D - E
         Keywords F - K
         Keywords L - P
         Keywords R - S
         Keywords T - Z
      Processing Commands
         Processing Commands with the Replication Manager CLI
         Using Perl
            Perl Classes
               Perl: RepMan Class
               Perl: Exception Classes
            Perl: Example No. 1
            Perl: Example No. 2
            Perl: Example No. 3
            Perl: Example No. 4
            Perl: Example No. 5
         Using Python
            Python Classes
               Python: RepMan Class
               Python: Exception Classes
            Python: Example No. 1
            Python: Example No. 2
            Python: Example No. 3
            Python: Example No. 4
            Python: Example No. 5