JCL requirements for importing Fast Path data


The following figure is an example of the JCL that is required to import Fast Path data into Database Advisor repositories by using the PROCESS_EPR command with the MXA_FASTPATH_IMPORT subcommand.

//PFPEPR00 EXEC PGM=PFPEPR00
//STEPLIB  DD  DISP=SHR,DSN=PFP.LOAD
//         DD  DISP=SHR,DSN=IMS.RESLIB
//PFPSYSIN DD   *
  PROCESS_EPR REPOSITORY_DSNAME='PFP.PFPEPR'
    MXA_FASTPATH_IMPORT
     STATISTICS,
     RECON_DSNAME=recon-dsname,
     [SELECT_GROUP=group-mask,]
     [SELECT_DBD=dbdname-mask,]
     [SELECT_AREA=areaname-mask,...),]
     [SELECT_DATE=([start-date],[stop-date]),]

 

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

BMC AMI Database Advisor for IMS 3.2