Specifying an sqlda Structure

Use the DESCRIPTOR option to introduce the name of a pointer to an sqlda structure. The following example shows how to associate values from an sqlda structure:
EXEC SQL put selcurs using descriptor pointer2;