Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Infrastructure 7.1 .

Creating the base GDG


Before you can extract data in Generation Data Group (GDG) format for the first time, you must create a base GDG as a template. Use the following sample JCL to create a base GDG on each PAS from which you want to extract GDG data. This is a one-time procedure for each PAS.

//SAMPGDG  JOB
//DEFGDG   EXEC PGM=IDCAMS                        
//SYSPRINT  DD  SYSOUT=*                         
//SYSIN     DD  *                                
 DEFINE GDG(NAME(BMC.MVMVS.SYSA.HST0DS) -    
            LIMIT(255)                  -    
            NOEMPTY                     -    
            SCRATCH)                             
 DEFINE GDG(NAME(BMC.MVMVS.SYSA.HST1DS) -    
            LIMIT(255)                  -    
            NOEMPTY                     -    
            SCRATCH)                             
 DEFINE GDG(NAME(BMC.MVMVS.SYSA.HST2DS) -    
            LIMIT(255)                  -    
            NOEMPTY                     -    
            SCRATCH)                             
/*
Warning

Note

The value for the LIMIT parameter controls the number of generations to be retained. With the use of the EXTENDED parameter in IBM z/OS 2.2, you can retain up to 999 generations.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Infrastructure 7.0