IOACTIVITY command

This section provides an overview of the IOACTIVITY command.

Usage

Use the IOACTIVITY command to reduce data and generate I/O Activity reports.

Usage notes

Syntax

Read syntax diagramSkip visual syntax diagram                                   (1)
               .-REPORT subcommand------.
>>-IOACTIVITY--+------------------------+----------------------><
               |                   (2)  |
               '-REDUCE subcommand------'
 
Notes:
  1. You can specify REPORT up to 5 times.
  2. You can specify REDUCE only once. If specified, you must also specify REPORT at least once.

Subcommands

The subcommands are described in detail, together with their various options, in the following sections.

Sample command stream for IOACTIVITY

See DD statements for full descriptions of the DD statements contained in this sample.

Figure 5. Sample command stream for IOACTIVITY
 //        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