In this blog post, let’s learn about the error message “11210 Specified signature is invalid. Reason: Missing [] for OUT/INOUT parameter at position value.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
11210 Specified signature is invalid. Reason: Missing [] for OUT/INOUT parameter at position value.
Reason for the Error
In a CREATE PROCEDURE statement, the OUT, or INOUT parameter at the specified parameter position did not have opening and closing square brackets ([ ]) in the EXTERNAL NAME clause.
Solution
Correct the EXTERNAL NAME clause and resubmit