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

DOMBPLOG utility


Use the DOMBPLOG utility to print all entries from a specified report log. Report logs are BDAM data sets containing logged reports and screen images.

Warning

Note

Report logs are printed in mixed case (upper- and lowercase) by default. If your printer does not support lowercase letters, you must specify Y in the field labeled Print in upper case only on the Presentation Options panel of either the User Profile or User Options.

Member #DOMPLOG of the hlq.llqSAMP data set contains sample JCL to invoke DOMBPLOG. For an example, see the following figure.

DOMBPLOG JCL

//DOMPLOG  JOB (ACCT),'PRINT REPORT LOG',       <== MODIFY
//             MSGCLASS=X,                      <== CHECK
//             CLASS=A                          <== CHECK
//*
//*  DOMBPLOG -- PRINT ENTRIES FROM REPORT LOG
//*
//*  DOMBPLOG PRINTS ALL ENTRIES OF THE SPECIFIED REPORT LOG.
//*
//*----> CHANGE:  ?BMC-HLQ?      =  DATA COLLECTOR HIGH-LEVEL QUALIFER
//*               ?USERLOG?      =  DATASET NAME OF USER'S REPORT LOG
//*
//PRTLOG  EXEC PGM=DOMBPLOG
//STEPLIB   DD DISP=SHR,DSN=?BMC-HLQ?.LOAD
//SYSPRINT  DD SYSOUT=*                  ** OUTPUT ENTRIES **
//DOMRLOG   DD DISP=SHR,DSN=?USERLOG?    ** REPORT LOG DATA SET **
//*


Related topic



 

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

BMC AMI Apptune for Db2 12.1