AXQEDRGN

AXQEDRGN stores archive group names that you want to exclude from automatic Restore processing.

For every archive group name (each of which is identified by the value assigned to the GROUP_NAME keyword when the data sets were archived) that you want excluded from automatic Restore processing, add one statement to AXQEDRGN. Each statement must conform to these coding rules:
  1. You may code only one statement per line.
  2. An asterisk (*) in column 1 indicates a comment.
  3. Each statement can contain only one archive group name (GROUP_NAME):
    • The name of the archive group must be 1 - 8 characters in length.
    • The archive group must be followed by one or more blank spaces. Everything that you code after the delimiting blank space or spaces is treated as a comment.
* *********************************************************************     
*                                                                           
* DYNAMIC RESTORE EXCLUDE GROUP NAME TABLE                                  
*                                                                           
*  © ROCKET SOFTWARE, INC. OR ITS AFFILIATES 2014-2018.                     
*  ALL RIGHTS RESERVED.                                                     
*                                                                           
* *********************************************************************     
*                                                                           
* CLOUD/GROUP NAMES THAT APPEAR IN THIS MEMBER WILL NOT BE RESTORED WHEN    
* REFERENCED DURING DYNAMIC RESTORE OPERATIONS ONLY.                        
*                                                                           
*                                                                           
* FORMAT RECORD LAYOUT:                                                     
*                                                                           
* STATEMENT CODING RULES:                                                   
*                                                                           
*   - AN ASTERISK (*) IN COLUMN 1 INDICATES A COMMENT LINE                  
*                                                                           
*   - THE FIRST BLANK DELIMITED VALUE ON EACH NON-COMMENT LINE WILL         
*     BE PROCESSED AS A GROUP NAME TO EXCLUDE FROM DYNAMIC RESTORE          
*     PROCESSING                                                            
*                                                                           
*   - SECONDARY BLANK DELIMITED VALUES ON EACH NON-COMMENT LINE WILL        
*     BE TREATED AS COMMENTS                                                
*                                                                           
*                                                                           
* EXAMPLES:                                                                 
*                                                                           
* CURRQTR            -  GROUP FOR CURRENT 3 MONTH CYCLE                     
* HISTGRP1           -  GROUP FOR HISTORICAL ARCHIVE DATA                   
*                                                                           
* *********************************************************************     
*