Updated on 2025-05-29 GMT+08:00

DEALLOCATE DESCRIPTOR

Function

Deallocates an SQL descriptor area.

Syntax

DEALLOCATE DESCRIPTOR name

Parameter Description

name

SQL descriptor name. It is case sensitive and is an SQL identifier or a host variable.

Example

DEALLOCATE DESCRIPTOR mydesc;