DSNH090I S csectname LINE nnnn COL cc HOST VARIABLE NOT PERMITTED HERE: name
Explanation
Host variable references are not permitted in this type of SQL statement. The name is invalid.
System action
The statement is replaced by host language statements that will, if executed, set an error code in the SQLCA.
User response
Specify a literal or a column name rather than a host variable. The colon (:) indicates that the name that follows is a host variable. Remove it to specify a column name.
Severity
12 (severe error)