SPP4004 Error at line <line>, column <column>:Subfields of <type> SQL string <name> must be named
Language:
C, COBOL, PL/I
Possible Cause:
The statement requires that the subfields of the host variable be named. In COBOL, this refers to a field that is required to have a name other than FILLER.
Possible Solution:
Change the subfield name to be a valid name.