DSNH030I W csectname LINE nnnn COL cc STATEMENT CONTAINS WRONG NUMBER OF 'INTO' VARIABLES

Explanation

The number of variables specified in an INTO clause is not the same as the number of select-list elements (taking into account expansion of host structures and '*' or 'table.*' select entries according to the declarations supplied).

System action

Processing continues.

User response

Ensure the included table declarations are correct. If the declarations are correct, this statement causes an error when the application program is bound. If the declarations are incorrect, you can proceed, but the declarations should be corrected. Otherwise, you need to correct the SQL statement and precompile again.

Severity

4 (warning)