Updated on 2024-05-07 GMT+08:00

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;