ACC — Accumulate Records (Processing Parameter)

Tells EREP to

Copy the records that passed filtering for the report onto an output data set.

Syntax

ACC[=Y] | =N

Defaults

EREP assumes ACC=Y, except when you request a threshold report. Then, the default is ACC=N.

Coding

Specifying ACC is the same as ACC=Y.

Important: If you request a system summary report using the ERDS as input and code ACC=Y or allow it by default, EREP clears the ERDS even if you code ZERO=N. If your EREP run defines the ACCDEV file as DUMMY, the records are lost.

If you code or imply ACC=Y for an EREP run, you must also code the system control statements needed to define the output data set to hold the records. Refer to the following topics in the EREP User's Guide for more details and examples: MVS System Controls, Defining Files for CPEREPXA, and VSE System Controls.

If you code ZERO=Y when requesting PRINT=SU or PRINT=NO, EREP assumes ACC=Y and expects you to define the output file.

Parameter Conflicts

DEVSER THRESHOLD ZERO=Y if ACC=N

Notes

EREP does not zero the ERDS unless all the records have been accumulated on an output file.