KOBRR0001E Column column_name not selected. It cannot be indexed.

Explanation

The column specified was referenced in an ORDER BY clause, but was not selected. If a column is be used to order the records, it must be explicitly selected in the QUERY statement.

System action

The table records are not ordered.

User response

Correct your QUERY by adding the column name to the SELECT statement. If the query was distributed by IBM, report this problem to IBM Software Support.