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

Important

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.

Related topic

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 **
//*


 

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

BMC AMI Apptune for Db2 13.1