Log Analyzer JCL and control statements


To analyze log records automatically and create LUOWs, you must submit an analysis batch job.

You control the execution of the analysis job by using standard JCL and by using control statements that are specific to Log Analyzer. For a typical example, see the following JCL:


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

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:

 

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