2.190 REPORTCOUNT

Valid for

Extract, Replicat

Description

Use REPORTCOUNT to write a count of records processed since the beginning of processing. Record counts can be output at scheduled intervals or after a specified number of records. Only the last REPORTCOUNT entry in the parameter file is used.

Syntax

REPORTCOUNT [EVERY] 
count {RECORDS | SECONDS | MINUTES | HOURS}
[EVERY]

Specifies that a frequency follows.

count

The interval after which to write the count.

RECORDS | SECONDS | MINUTES | HOURS

Bases the interval on either the number of records or a time schedule.

Examples

Example 1   
REPORTCOUNT EVERY 5000 RECORDS
Example 2   
REPORTCOUNT EVERY 10 MINUTES