SPP4047 Error at line <line>, column <column>:Indicator array <name> may not be used with main variable <name>
Language:
C, COBOL, PL/I
Possible Cause:
An indicator array reference was found with a single, non-structure host variable reference.
Possible Solution:
Use a single indicator element. Indicator arrays may only be associated with a host structure.