DSNU304I csect-name (RE)LOAD PHASE STATISTICS - NUMBER OF RECORDS = nnnnnn FOR TABLE table-name

Explanation

This message is issued at the normal completion of the RELOAD phase of the REORG utility and the LOAD phase of the LOAD utility.

It indicates the number of records loaded into TABLE 'table-name' from the source record data set (that is, the data set identified by the JCL DD statement identified in the UNLDDN option for REORG, or the INDDN option for LOAD).

This message is repeated for each TABLE loaded by the current REORG or LOAD utility statement.

If the LOAD or REORG was restarted in a LOAD or RELOAD phase from the last commit point (i.e., the 'RESTART' parm was specified), 'nnnnnn' indicates the number of records loaded after the restart.

System action

The LOAD or RELOAD phase maintains a separate count for each table populated by this phase. Rejected rows are not included in the count. Each count is reported as a separate message at the end of the LOAD or RELOAD phase.

The user can verify that the number of records (re-)loaded into the table is consistent with expectations. For example, in REORG it matches the number of records unloaded for that table. For LOAD, it matches the number of records processed.

Severity

0 (informational)