Building BMC AMI Recover jobs


Building a job for the BMC AMI Recover product involves creating a set of JCL that includes:

A simple example of an BMC AMI Recover job is illustrated in the following figure. For more examples of BMC AMI Recover jobs, see Examples of BMC AMI Recover jobs.

JCL for a simple BMC AMI Recover execution

//DMBRECV2 JOB (5212),'SIMPLE2',CLASS=A,
//  MSGCLASS=X,NOTIFY=AFR
//BMCRCVR  EXEC PGM=AFRMAIN,REGION=0M,
//      PARM='DB21,RDADMBEX2,NEW,MSGLEVEL(1)'
//STEPLIB  DD DISP=SHR,DSN=product.libraries
//         DD DISP=SHR,DSN=DB2.DSNEXIT
//         DD DISP=SHR,DSN=DB2.DSNLOAD
//SYSIN    DD  *
  RECOVER TABLESPACE AFRDB20.AFRTS21
  REBUILD INDEX (AFR.AFRIX21) NOWORKDDN
//

This section contains the following topics:

 

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

BMC AMI Recover for Db2 13.1