In this blog post, let’s learn about the error message “3006 In a dynamic cursor declaration, both the cursor and the statement must be named in the same way: both must be literals or both must be string host variable expressions.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
3006 In a dynamic cursor declaration, both the cursor and the statement must be named in the same way: both must be literals or both must be string host variable expressions.
Reason for the Error
You attempted to declare a dynamic cursor in a way that does not match the statement. Both must be literals or both must be string host variable expressions.
Solution
Declare the cursor in a way that matches the statement and resubmit