QUSRBRM.HISTORY_SYNC View
The QUSRBRM.HISTORY_SYNC view shows the systems that are sending backup history to the current system.
Authorization:Â Â
The authorization ID of the statement must include the following privileges:
*OBJOPR and *READ authority to the QUSRBRM/HIST_SYNC file.
Result Table
The following table describes the columns in the view. The system name is HIST_SYNC. The schema is QUSRBRM.
Column Name | System Column Name | Data Type | Description |
SYSTEM_NAME | SYSTEM | VARCHAR(17) | The system name we are receiving backup history from. Note: The system format is nnnnnnnn.ssssssss where nnnnnnnn is the network identifier and ssssssss is the local location name. |
ASP_NAME | ASP_NAME | VARCHAR(10) Â | The auxiliary storage pool (ASP) name on the system to receive backup history from. The possible values are:
|
CHANGE_SYSTEM_NAME | CHGSYSNAM | VARCHAR(3) Â | Indicates if the history records received have their system name changed to match the receiving system. The possible values are:
|
Examples
Example 1: Display all systems that are sending backup history to this system.
Â
SELECT SYSTEM_NAME, NETWORK_ID, ASP_DEVICE, CHANGE_SYSTEM_NAME FROM QUSRBRM.HISTORY_SYNC
Example output:
SYSTEM_NAME | ASP_NAME | CHANGE_SYSTEM_NAME |
APPN.SYSTEM1 | *SYSBAS | NO |
APPN.SYSTEM1 | PRIMARY | YES |
APPN.SYSTEM2 | *SYSBAS | YES |
APPN.SYSTEM2 | PRIMARY | NO |
Example 2: Display all system that are sending backup history to this system and changing the system name.
Â
SELECT SYSTEM_NAME, NETWORK_ID, ASP_DEVICE, CHANGE_SYSTEM_NAME FROM QUSRBRM.HISTORY_SYNC WHERE CHANGE_SYSTEM_NAME = ‘YES’
Example output:
SYSTEM_NAME | ASP_NAME | CHANGE_SYSTEM_NAME |
APPN.SYSTEM1 | PRIMARY | YES |
APPN.SYSTEM2 | *SYSBAS | YES |
Â
Â
Privacy Policy | Cookie Policy | Impressum
From time to time, this website may contain technical inaccuracies and we do not warrant the accuracy of any posted information.
Copyright © Fortra, LLC and its group of companies. All trademarks and registered trademarks are the property of their respective owners.