PCB-00232: Tables not allowed as input bind variables in SELECT statement Cause: A host table was used in the WHERE clause of a SELECT-INTO statement or in the SELECT list of a SELECT-INTO statement. Action: Rewrite the SELECT statement without using tables or use a cursor.