Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
Programming
>
Data Access
>
Database Access
>
Reference
>
OpenESQL
>
OpenESQL Messages
>
OpenESQL Preprocessor Error Messages
>
COBES0113 token should not be a subordinate to an item defined with an OCCURS clause.
COBES0113
token
should not be a subordinate to an item defined with an OCCURS clause.
A host variable is defined as part of an OCCURS clause or as part of a structure that includes an OCCURS clause.
Resolution:
The preprocessor does not allow host variables to be defined this way.
Parent topic:
OpenESQL Preprocessor Error Messages
Related concepts
Host Variables