The DESCRIBE statement

The DESCRIBE statement obtains information about database columns or expressions in a prepared statement.

The DESCRIBE statement can put this information in one of the following dynamic-management structures:
Important: If the Deferred-PREPARE feature is enabled, you cannot use the DESCRIBE statement before an OPEN statement executes. For more information, see Defer execution of the PREPARE statement.
If the DESCRIBE is successful, it obtains the following information about a prepared statement:

For more information about the DESCRIBE statement, see its entry in the HCL OneDB™ Guide to SQL: Syntax.