COBSQ0408 token is non-unique and should be qualified.

The host variable displayed in token is not unique.

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 the following if you wanted the host variable from the ORDERS copybook to be used in the query:

:ORDERS.ORD-NO