SPP3026 Error at line <line>, column <column>:INTO clause is missing
Language:
C, COBOL, PL/I
Possible Cause:
A static SELECT statement has been encountered which does not contain an INTO clause.
Possible Solution:
SELECT may return data; code the INTO clause for the SELECT statement.