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 Recovery Manager for Db2 13.1.

Generating BMC MODIFY JCL


(SPE2005)

You can generate BMC MODIFY JCL for SYSCOPY and BMCXCOPY maintenance.

When the desired options are entered, then the user hits enter and the Modify JCL generation is performed.

To generate BMC MODIFY JCL

  1. Navigate to the Object Set List panel. For more information, see Object-set-list.
  2. Select M=Modify JCL.
    The Generate BMC MODIFY JCL panel is displayed.

    ARMGM001 ============= Generate BMC MODIFY JCL - PUBLIC.MODIFY                 
    Command ===> _______________________________________________
                                                                                  
    Mode to generate BMC MODIFY JCL  1 (1=Online, 2=Batch)                         
                                                                                  
      Global syntax                                                                
        Analyze NO_ (YES,NO)  Commit 0____ (0-32767)                               
        On Error Bad Status END_ (END,SKIP)  On Error Not Supported END_ (END,SKIP)
                                                                                  
      Object options syntax                                                        
        Clone NO_ (YES,NO)                                                         
                                                                                  
      DELETE subcommand syntax                                                     
        DSnotfound . . . . . NO_    (YES,NO)                                       
        Age. . . . . . . . . _____  (0-32767 or *)                                 
        Date . . . . . . . . ______ (YYMMDD or *)                                  
        Maxcopies. . . . . . _____  (0-65535)                                      
        Maxfullcopies. . . . _____  (0-65535)                                      
        Maxrecdays . . . . . ____   (0-9999)                                       
        Maxsnaps . . . . . . _____  (0-65535)                                      
                                                                                  
      ICFDELETE  NO_ (YES,NO)  NOCOPYPEND  NO_ (YES,NO)  SYSLGRNX  YES (YES,NO)
  3. Enter values in the fields as described in the following table. Most fields are populated with default values, which are generated in the syntax. Blank out a field if you do not want it generated.

    Field

    Description

    Analyze

      • ====

    Commit

    On Error Bad Status 

    On Error Not Supported 

    Clone

    See Clone

    Age

    Date

    DSnotfound

    ICFDELETE

    Maxcopies

    Maxfullcopies

    Maxrecdays

    Maxsnaps

    NOCOPYEND

    SYSLGRNX

  4. Press Enter.
    BMC Copy MODIFY JCL is generated. Sample JCL is displayed in the following figure:

    //* *************************************************************** *//
    //*          RECOVERY MANAGER - V12.01.00 - BMC SOFTWARE, INC.      *//
    //*                     SLIB MEMBER = ARMBMCMG                      *//
    //* *************************************************************** *//
    //*            BMC COPY MODIFY FOR DB2 FOR Z/OS                 *//
    //* *************************************************************** *//
    //* *************************************************************** *//
    //ARM0000 EXEC PGM=ACPMAIN,                                            
    //   REGION=0M,                                                        
    //   PARM=('DEJM',,'NEW/RESTART',                                      
    //   'MSGLEVEL(1)','ACP$OPTS')                                         
    //STEPLIB   DD DISP=SHR,DSN=SCC.WJLW1211.LOAD                          
    //          DD DISP=SHR,DSN=SCC.PTFS1210.LGCLINK                       
    //          DD DISP=SHR,DSN=SCC.PTFS1210.BMCLINK                       
    //          DD DISP=SHR,DSN=RMD.PTFS1210.BMCLINK                       
    //          DD DISP=SHR,DSN=CSG.DEJM.DSNEXIT                           
    //          DD DISP=SHR,DSN=CSGI.DB2V12M.DSNLOAD                       
    //          DD DISP=SHR,DSN=RMD.INST1210.BMCPSWD.ACP                   
    //ACPERROR  DD SYSOUT=*          
    //SYSPRINT  DD SYSOUT=*          
    //SYSIN     DD *                 
      MODIFY OBJECTSET PUBLIC.MODIFY
        DELETE                       
          DSNOTFOUND                 
          AGE(14)                    
          MAXCOPIES(14)              
          MAXFULLCOPIES(7)           
          MAXRECDAYS(14)             
          MAXSNAPS(7)                
        ICFDELETE YES                
        SYSLGRNX YES                 
        ANALYZE YES                  
        COMMIT 100                   
        ON ERROR BADSTATUS END       
        ON ERROR NOTSUPPORTED END    
    /*   

 

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

BMC AMI Recovery Manager for Db2 12.1