HBO0337I For n records or rows in an update of file, one or more values were set to null because of errors.
Explanation
The following situation happened for the specified number of source records or rows:
- One or more values that were obtained from the row was to be used in the update (for example, as the argument of an accumulation function, but not as a grouping value).
- The value cannot be evaluated because the data in the record or row is invalid or resulted in a computation error. A null value was used instead in the update.
The message does not signal null values that result from missing data because this null value is not considered an error.
Response
The HBODUMP file contains information that identifies the first source record of each type that is included in the count. Review these records to verify whether the content was invalid or any information was lost. Consider redefining the update to prevent this kind of problem.