DSNU1150I csect - (RE)LOAD PHASE STATISTICS - NUMBER OF INPUT RECORDS NOT LOADED=nnnn

Explanation

The message is issued at the normal completion of the RELOAD phase of the LOAD utility. It indicates the total number of records from the input file or files that were not loaded. The records might not have been loaded for one of the following reasons:
  • They were excluded by a WHEN clause
  • They were being loaded into a specific partition with INTO TABLE PART but their partitioning key did not match that partition
  • There was an error processing the record

The message is not issued if nnnn is zero, or if the job was restarted from the last commit point.

System action

The utility continues.

User response

The user can verify that the number of records matches expectations. For example, when loading into a single partition, if this message appears it might be an indication that some rows in the input file belong in other partitions, and should have been loaded into those partitions.

Severity

0