HBO0551I The definition for lookup table name is a duplicate.
Explanation
A DEFINE LOOKUP
statement was found for a lookup table, but the lookup
table is defined by a previous DEFINE LOOKUP
statement.
The parser flags an error, the duplicate DEFINE LOOKUP
statement is ignored,
and processing continues.
Response
Verify the input statements for a duplicate DEFINE LOOKUP
statement, and
remove or rename the duplicate. If you change the name of the duplicate lookup table, you must also
change the INSERT
statements for that lookup table.
INSERT
statements for the incorrectly defined lookup table can be inserted
into the lookup table that is created by the first DEFINE LOOKUP
statement.
However, this action might not produce the intended result.