QUSRBRM.REMOVE_HISTORY_SYNC Procedure
The QUSRBRM.REMOVE_HISTORY_SYNC procedure allows you to remove history syncing between systems.
Parameters
QUSRBRM.REMOVE_HISTORY_SYNC (SYSTEM_NAME=> system-name, ASP_NAME=> asp-name)
Note: All parameters are required.
system-name (required)
Specifies the system to remove backup history syncing from.
Possible values are:
system-name | A valid system name. Note: The system format is nnnnnnnn.ssssssss where nnnnnnnn is the network identifier and ssssssss is the local location name. |
*ALL | Remove ALL history syncing entries. |
 asp-name (required, unless system-name is *ALL)
Specifies the auxiliary storage pool device name to remove backup history syncing from.
Possible values are:
asp-name | The auxiliary storage pool device name to synchronize backup history from. |
*SYSBAS | Synchronize backup history from *SYSBAS backups. This is a system (1) or basic user (2-32) auxiliary storage pool. |
Examples:
To remove backup history syncing from *SYSBAS on system APPN.SYSTEMB:
call QUSRBRM.REMOVE_HISTORY_SYNC(SYSTEM_NAME=>'APPN.SYSTEMB', ASP_NAME=>'*SYSBAS') |
To remove backup history syncing from ASP PRIMARY on system APPN.SYSTEMB:
call QUSRBRM.REMOVE_HISTORY_SYNC(SYSTEM_NAME=>'APPN.SYSTEMB', ASP_NAME=>'PRIMARY') |
To remove backup history syncing all systems:
call QUSRBRM.REMOVE_HISTORY_SYNC(SYSTEM_NAME=>'*ALL') |
Error Messages
The following SQL States and error messages may be returned by this procedure.
U0001 | System name is not valid. |
U0002 | Entry for System name and ASP name not found. |
U0010 | Error message returned by HSTUPDSYNC |
U9999 | Illegal execution. |
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.