ERROR | (SQLIMP01) The SQL IMPORT command will produce number columns of output, but you have provided number host variables in your INTO clause. |
CAUSE | The expression is the source query do not match the targets in the INTO clause. |
ACTION | Make sure the the expressions in the source query match the targets in the INTO clause. |