Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1801 - COBCH1900
>
COBCH1801 - COBCH1820
COBCH1801 - COBCH1820
Lists the Syntax Checking error messages from COBCH1801 through COBCH1820.
COBCH1801 A set property cannot override a get property
COBCH1802 A table initializer expression cannot be a receiving item
COBCH1803 USAGE BINARY Length specifier cannot be less than 1 or greater than 16
A data item declared as USAGE BINARY that contains a length specifier has specified an incorrect value.
COBCH1804 A non-BINARY usage should not have a length specifier
A non-BINARY usage data item has been declared with a length specifier.
COBCH1814 The RETURNING phrase is not allowed with PROPERTY-ID and INDEXER-ID
A RETURNING phrase has been specified in the method signature of a property or an indexer.
Parent topic:
Messages COBCH1801 - COBCH1900