This section provides an overview of the IOACTIVITY command.
Use the IOACTIVITY command to reduce data and generate I/O Activity reports.
(1) .-REPORT subcommand------. >>-IOACTIVITY--+------------------------+---------------------->< | (2) | '-REDUCE subcommand------'
The subcommands are described in detail, together with their various options, in the following sections.
See DD statements for full descriptions of the DD statements contained in this sample.
// 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 //* FOLLOWING IS THE COMMAND STREAM //SYSIN DD * IOACTIVITY REDUCE REPORT EXEC