END DECLARE SECTION Example

EXEC SQL BEGIN DECLARE SECTION;
    short in cust_num = 28;
    char name[30];
EXEC SQL END DECLARE SECTION;