Previous Topic: DB21079ENext Topic: DB21082E


DB21080W

NUMBER ITEMS IN SELECT LIST UNEQUAL TO NUMBER ITEMS IN INTO CLAUSE

Reason:

An SQL preprocessor generates this message in response to a SELECT INTO statement in which the number of rows being selected do not match the specified number of host variables to move the rows into.

Action:

Correct the SELECT INTO statement and preprocess again.