COBCH1601 - COBCH1620
Lists the Syntax Checking error messages from COBCH1601 through COBCH1620.
COBCH1601 Property cannot have parameters
The Procedure Division header within a property-id has parameters specified.
COBCH1602 Indexer must have at least one parameter
The Procedure Division header within an indexer-id does not have a parameter specified.
COBCH1603 No indexer found for class '%1$s'
An instance of a type that does not contain an indexer is being accessed as an array.
COBCH1604 Cannot inherit from interface '%1$s'
The interface that you are trying to inherit does exist, but there is a problem with its construction.
COBCH1605 Entry name '%1$s' reserved for use by Micro Focus
The specified entry point name is reserved for managed COBOL syntax.
COBCH1606 Syntax can only be used with LIST and DICTIONARY items
Certain syntax can only be used on items of type LIST or DICTIONARY.
COBCH1607 Syntax can only be used with DICTIONARY items
Certain syntax can only be used on items of type DICTIONARY.
COBCH1608 Illegal USAGE in this context
The specified USAGE type has been used out of context.
COBCH1609 Property accessor visibility must be stricter than property visibility
The visibility of a GETTER or SETTER phrase is not as strict as the visibility of its containing property.
COBCH1610 Cannot specify visibility on both GETTER and SETTER
Both the GETTER and SETTER phrases of a property specify visibility.
COBCH1611 Can only specify accessor visibility if property has both GETTER and SETTER
The property is missing a GETTER or SETTER phrase due to accessor visibility being specified.
Parent topic:
Messages COBCH1501 to COBCH1600