QUSRBRM.BACKUP_LIST View

The QUSRBRM.BACKUP_LIST view shows BRMS backup lists defined for the system.

The values returned for the columns in this view are similar to the values returned by the Work with Backup Lists (WRKLBRM *BKU) command.

Authorization:  

The authorization ID of the statement must include the following privileges:

  • *OBJOPR and *READ authority to the QUSRBRM/BKU_LIST *FILE object.

Result Table

The following table describes the columns in the view.  The schema is QUSRBRM.

Column Name

System Column Name

Data Type

Description

LIST_NAME

LIST_NAME

VARCHAR(10)

The name of the BRMS backup list.

LIST_TYPE

LIST_TYPE

VARCHAR(4)

The type of BRMS backup list.

The possible values are:

  • *FLR Folder

  • *LNK Link

  • *OBJ Object

  • *SPL Spoolfile

TEXT

TEXT

VARCHAR(50)

The description for the BRMS backup list.

Example 1 - Display all object lists:

SELECT LIST_NAME, LIST_TYPE, TEXT FROM QUSRBRM.BKU_LIST WHERE LIST_TYPE = ‘*OBJ’

Example output:

LIST_NAME

LIST_TYPE

TEXT

QALLSPLF

*OBJ

All printed output

GAUGE

*OBJ

SQL Services

QCLDIPL

*OBJ

Entry created by BRM configuration

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.