ALLOCATE DESCRIPTOR
Function
Allocates a newly named SQL descriptor area.
Syntax
ALLOCATE DESCRIPTOR name
Parameter Description
name
SQL descriptor name. It is case sensitive and is an SQL identifier or a host variable.
Example
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.