Frees memory associated with a SQL descriptor area.
DEALLOCATE DESCRIPTOR descriptor-name
descriptor-name : identifier
Frees all memory associated with a descriptor area, including the data items, indicator variables, and the structure itself.
None.
None.
DEALLOCATE DESCRIPTOR is part of optional ANSI/ISO SQL Language Feature B031, "Basic dynamic SQL".