QUSRBRM.CONTROL_GROUP_JOB_QUEUE View
The QUSRBRM.CONTROL_GROUP_JOB_QUEUE view shows the job queues to process during a BRMS control group backup.
The values returned for the columns in this view are similar to the values returned by the Work with Backup Control Groups (WRKCTLGBRM *BKU) command option 10 to display the job queues to process.
Authorization:Â Â
The authorization ID of the statement must include the following privileges:
*OBJOPR and *READ authority to the QUSRBRM/CG_JOBQ *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 |
CONTROL_GROUP | CGNAME | VARCHAR(10) | The name of the BRMS control group. |
LIST_SEQUENCE | LIST_SEQ | INTEGER | The sequence of the entry within the CONTROL_GROUP. Sequence numbers range from 1 through 9999. The lowest number indicates the entry to be processed first and the highest number indicates the entry to be processed last. |
JOB_QUEUE_LIBRARY | JOBQ_LIB | VARCHAR(10) | The library of the job queue to be processed. The possible values are:
|
JOB_QUEUE_NAME | JOBQ_NAME | VARCHAR(10) | The name of the job queue to be processed. The possible values are:
|
HOLD_JOB_QUEUE | HOLD_JOBQ | VARCHAR(3) Nullable | Specifies whether to hold the specified job queue when control group processing begins. The possible values are:
|
RELEASE_JOB_QUEUE | RLS_JOBQ | VARCHAR(3) Nullable | Specifies whether to release the specified job queue when control group processing ends. The possible values are:
|
Example 1 - Display the job queues to process for control group *BKUGRP:
SELECT LIST_SEQUENCE, JOB_QUEUE_NAME, JOB_QUEUE_LIBRARY, HOLD_JOB_QUEUE, RELEASE_JOB_QUEUE FROM QUSRBRM.CONTROL_GROUP_JOB_QUEUE WHERE CONTROL_GROUP = ‘*BKUGRP’
Example output:
LIST_SEQUENCE | JOB_QUEUE_NAME | JOB_QUEUE_LIBRARY | HOLD_JOB_QUEUE | RELEASE_JOB_QUEUE |
10 | QBATCH | *LIBL | YES | 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.