ALLOCATE DESCRIPTOR
Function
Allocates a newly named SQL descriptor area.
Syntax
ALLOCATE DESCRIPTOR name
Parameters
name
Name of an SQL descriptor, case sensitive. This can be an SQL identifier or a host variable.
Examples
EXEC SQL ALLOCATE 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.