Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

Default language.

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

Important

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.1