COBDB0108 host-var is non-unique and should be qualified.

The host variable host-var is not unique.

Resolution:

You must fully qualify a host variable in a SQL query if the variable name is not unique. For example if ORD-NO exists in both the ORDERS and ITEMS copybooks, you would need to specify something like this if you wanted the host variable from the ORDERS copybook to be used in the query:

:ORDERS.ORD-NO