This section provides an overview of the UTILITY command.
Use the UTILITY command to generate Utility Activity reports and traces.
(1) .-REPORT subcommand------. >>-UTILITY--+------------------------+------------------------->< | (2) | +-REDUCE subcommand------+ | (3) | '-TRACE subcommand-------'
The subcommands are described in detail, together with their various options, in the following sections.
The following figure is a sample of the JCL required to produce Utility Activity reports and traces. A description of the DD statements can be found in DD statements.
// PEMAIN EXEC PGM=FPECMAIN //* FOLLOWING ARE SYSTEM DDNAMES //STEPLIB DD DSN=FPE.FPELIB.RKANMOD,DISP=SHR //DPMPARMS DD DSN=MYID.FPELIB.DPMPARMS,DISP=SHR //INPUTDD DD DSN=MYID.FPELIB.DPMIN,DISP=SHR //DPMLOG DD SYSOUT=* //SYSOUT DD SYSOUT=* //JOBSUMDD DD SYSOUT=* //SYSPRMDD DD SYSOUT=* //DPMOUTDD DD DSN=MYID.FPELIB.DPMOUT.DATA,DISP=OLD //DISTDD DD DSN=MYID.FPELIB.DIST.DATA,DISP=OLD //SYSUDUMP DD DUMMY //* FOLLOWING ARE REPORT SET DDNAMES //UTRPTDD DD SYSOUT=* //UTTRCDD1 DD SYSOUT=* //UTWORK DD DSN=MYID.FPELIB.UT.WORKDD,DISP=OLD //* FOLLOWING IS THE COMMAND STREAM //SYSIN DD *
·
·
·
UTILITY REDUCE TRACE REPORT
·
·
·
EXEC
The OMEGAMON® XE for DB2® PE command language shown in this section is not appropriate in all circumstances. You must modify it to meet your requirements.
Most of the DD statements with a SYSOUT destination do not have to be specified because they are dynamically allocated by OMEGAMON XE for DB2 PE. See the individual DD statement descriptions for more information.
This example requests the following:
·
·
·
DISTRIBUTE (FIELDID(TBBTOTAL)) UTILITY REDUCE INCLUDE (PRIMAUTH(USER027)) INTERVAL (15) TRACE FROM (03/18/02,13:00:00.00) TO (03/18/02,13:15:00.00) REPORT
·
·
·