DSNH029I E csectname LINE nnnn COL cc 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 is replaced by host language statements that, if executed, set an error code in the SQLCA.

User response

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

Severity

8 (error)