Please see the zOS documentation for DB2:
http://publib.boulder.ibm.com/infoce...jnrmstr438.htm
It says for the column name:
"that is, the table
name must be the table or view name specified after the INTO keyword, and
if a qualifier is specified for the table name, it must match the default qualifier."
You can't give an qualifier here.
Default qualifier is your sqlid.
otherwise you have to set it:
set current sqlid <your_qualifier>.
Well, you don't need for an insert anyway. In a select-statement use an alias for the table instead.
Juliane