Updated on 2024-06-03 GMT+08:00

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;