HBO0142I The field field is already defined.
Explanation
The message is issued in any of the following situations:
- A
DEFINE RECORD
statement specifies field as the name of two different fields in the record. - A
DEFINE LOG
statement specifies field as the name of two different fields in the log header. - An
ALTER RECORD
statement attempts to add the field to a record that already has a field with that name. - An
ALTER LOG
statement attempts to add the field to a log header that already has a field with that name.
The System Data Engine stops processing the current statement and continues with the next.
Response
Verify that all fields within a record or a log header have unique names.