Log Analyzer JCL and control statements
//PAGTEST JOB (5711),MSGCLASS=X,CLASS=Q,MSGLEVEL=(1,1),
// NOTIFY=&SYSUID,TIME=1440,REGION=0M
//LOGTEST EXEC PGM=LUIMAIN,REGION=0M
//STEPLIB DD DISP=SHR,DSN=bmclui.loadlib
// DD DISP=SHR,DSN=bmclui.BBLINK
// DD DISP=SHR,DSN=bmclui.ICOLIB
//SYSMDUMP DD DSN=your.sysmdump.dataset,DISP=(,DELETE,CATLG), X
// UNIT=SYSDA,SPACE=(CYL,(0,100),RLSE), X
// RECFM=FB,LRECL=4160,BLKSIZE=4160
//SYSOUT DD SYSOUT=*
//SYSIN DD *
ANALYZE SLDS=(IMS1.DLSD480,R141)
FILTER SELECT=TRAN=MYTRAN
REPORTS SUMMARY=ALL
LUOWSUMM=ALL
LUOWDETAIL=ALL
LUOWTSEQ=10000
END
/*
//
// NOTIFY=&SYSUID,TIME=1440,REGION=0M
//LOGTEST EXEC PGM=LUIMAIN,REGION=0M
//STEPLIB DD DISP=SHR,DSN=bmclui.loadlib
// DD DISP=SHR,DSN=bmclui.BBLINK
// DD DISP=SHR,DSN=bmclui.ICOLIB
//SYSMDUMP DD DSN=your.sysmdump.dataset,DISP=(,DELETE,CATLG), X
// UNIT=SYSDA,SPACE=(CYL,(0,100),RLSE), X
// RECFM=FB,LRECL=4160,BLKSIZE=4160
//SYSOUT DD SYSOUT=*
//SYSIN DD *
ANALYZE SLDS=(IMS1.DLSD480,R141)
FILTER SELECT=TRAN=MYTRAN
REPORTS SUMMARY=ALL
LUOWSUMM=ALL
LUOWDETAIL=ALL
LUOWTSEQ=10000
END
/*
//
Log Analyzer JCL contains a standard JOB statement, an EXEC statement that executes program LUIMAIN, a few DD statements that allocate system data sets, and a SYSIN control statement data set. Commands, keywords, and values in the control statement data set specify input log record sources to read, criteria to filter log records and LUOWs, output reports to produce, output data sets to allocate, and other options to use during the analysis job.
You can use the following techniques to work with Log Analyzer JCL:
- Create the JCL manually. Log Analyzer provides JCL samples as members named LUI#JCLx in the product control (CNTL) library. For more information, see Working-with-BMC-AMI-Log-Analyzer-for-IMS-jobs.
- Generate JCL through the Log Analyzer ISPF interface. For more information, see Building-BMC-AMI-Log-Analyzer-JCL-by-using-the-ISPF-interface.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*