HPE NonStop SQL/MX Error – 3097 The DEALLOCATE clause is not allowed in the CREATE TABLE statements.

In this blog post, let’s learn about the error message “3097 The DEALLOCATE clause is not allowed in the CREATE TABLE statements.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.

Error Message

3097 The DEALLOCATE clause is not allowed in the CREATE TABLE statements.

Reason for the Error

You specified a CREATE TABLE statement that includes the DEALLOCATE clause, which is not supported.

Solution

Correct the syntax and resubmit