-029   INTO CLAUSE REQUIRED

Explanation

SELECT statements embedded in an application program must have an INTO clause to denote where the results of the SELECT are to be placed. Dynamic SELECT statements do not permit the INTO clause.

System action

The statement cannot be processed.

Programmer response

Add the INTO clause to the SELECT statement and precompile the application program again.

SQLSTATE

42601