WITH MAX clause
Allows you to specify the number of variables within the descriptor area. The default size is one. You must still call fill_sqlda
to allocate space for the actual data items before doing a fetch or any statement that accesses the data within a descriptor
area.