7.7.4 Output of execution results listing

When RDAREAs are moved, an execution results listing is output.

The following is an example of the execution results listing that is output:

                             1          2           3
pdmod -information-           yyyy-mm-dd  hh:mm:ss     db1
                    4      5
  move rdarea from bes1 to bes2
    rdarea name = RDUSER1 6
      table name
     7 USERA.STOCK
        USERA.EMPLOYEE
      index name
     8 USERA.EMPLOYEE_NUMBER
        USERA.PRODUCT_NAME
      LOB data(table name)
     9 USERA.STOCK
      rdarea name = PDUSER1_1
        original rdarea name = PDUSER1 10

Explanation
  1. pdmod execution date
    yyyy-mm-dd (year-month-date)
  2. pdmod execution time
    hh:mm:ss (hour:minute:second)
  3. HiRDB identifier
  4. Name of the source server
  5. Name of the target server
  6. Name of an RDAREA that was moved
  7. Table contained in the moved RDAREA
    authorization-identifier.table-identifier
  8. Index or plug-in index contained in the moved RDAREA
    authorization-identifier.index-identifier
  9. LOB column or column of abstract data type of the LOB attribute contained in the moved RDAREA
    authorization-identifier.table-identifier
  10. Original RDAREA name of the moved RDAREA