This section provides an overview of the RECTRACE command.
Use the RECTRACE command to generate Record traces and file data sets.
(1) .-TRACE subcommand------. >>-RECTRACE--+-----------------------+------------------------->< | (2) | '-FILE subcommand-------'
The subcommands are described in detail, together with their various options, in the following sections.
The following is a sample of the JCL required to produce Record traces. For details about the JCL and DD statements used, see The OMEGAMON XE for DB2 PE command stream.
// 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=* //DPMOUTDD DD DSN=MYID.FPELIB.DPMOUT.DATA,DISP=OLD //SYSUDUMP DD DUMMY //* FOLLOWING ARE REPORT SET DDNAMES //RTTRCDD1 DD SYSOUT=* //RTFILDD1 DD DSN=MYID.FPELIB.RTFIL.DATA,DISP=OLD //RTWORK DD DSN=MYID.FPELIB.RT.WORKDD,DISP=OLD //* FOLLOWING IS THE COMMAND STREAM //SYSIN DD * RECTRACE TRACE FILE 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.