Use this statement to free memory associated with a SQL descriptor area.
DEALLOCATE DESCRIPTOR descriptor-name
descriptor-name : string
Frees all memory associated with a descriptor area, including the data items, indicator variables, and the structure itself.
None.
None.
SQL/2003 Core feature.
For an example, see ALLOCATE DESCRIPTOR statement [ESQL].