Informix Error -4329
-4329 The variable variable-name is not a record. Only record variables
may be expanded using the .* or THROUGH shorthand.You have used the displayed name with either dot-asterisk (.*) or the word THRU (or THROUGH), which is shorthand notation to specify a list of the components of a record. Unfortunately, the variable is not defined as a record. Make sure that you specified the right variable and that it is defined as a record.