Explanation
The dynamic SQL statement contains host variables. Host variables cannot be used in dynamic SQL statements. Parameter markers (question marks) must be used in the place of host variables.
The SQLSTATE that equates to this SQL return code is 07S09.
User Response
Modify the dynamic SQL statement to use parameter markers or convert the statement to static SQL.
|
Copyright © 2014 CA.
All rights reserved.
|
|