In this blog post, let’s learn about the error message “13026 The EXEC SQL MODULE statement must precede any cursor definitions or executable SQL statements.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
13026 The EXEC SQL MODULE statement must precede any cursor definitions or executable SQL statements.
Reason for the Error
You attempted to declare a cursor or execute an SQL/MX statement without first using an EXEC SQL MODULE statement.
Solution
Add the EXEC SQL MODULE statement before the cursor declaration or SQL/MX statement, and resubmit