DEALLOCATE DESCRIPTOR
Function
Deallocates a SQL descriptor area.
Syntax
DEALLOCATE DESCRIPTOR name
Parameters
name
Name of an SQL descriptor, case sensitive. This can be an SQL identifier or a host variable.
Examples
DEALLOCATE DESCRIPTOR mydesc;
Helpful Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.