Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1701 - COBCH1800
>
COBCH1721 - COBCH1740
COBCH1721 - COBCH1740
Lists the Syntax Checking error messages from COBCH1721 through COBCH1740.
COBCH1721 <type-name> has no visible member <member-name> with no parameters
The specified type has no visible member with the specified name that does not take any parameters.
COBCH1722 <type-name> has no visible instance member <member-name> with no parameters
The specified type has no visible instance member with the specified name that does not take any parameters.
COBCH1723 <type-name> has no visible static member <member-name> with no parameters
The specified type has no visible static member with the specified name that does not take any parameters.
COBCH1724 With JVMGEN, static method 'main' with single string array parameter cannot have a returning item
A static main method has been specified with a single string array and a returning item.
COBCH1726 ILSMARTLINKAGE class <class-name> has multiple definitions
The
ILSMARTLINKAGE
directive has caused the generation of more than one class with the same name.
COBCH1728 <type-name1> does not have public implementation of method <method-name> of interface <type-name2>
The specified method is missing from the class. It must exist due to the implementation of the specified interface.
COBCH1729 <type-name1> does not have a public implementation of property <property-name> of interface <type-name2>
The specified property is missing from the class. It must exist due to the implementation of the specified interface.
COBCH1730 <type-name1> does not have a public implementation of event <event-name> of interface <type-name2>
The specified event is missing from the class. It must exist due to the implementation of the specified interface.
COBCH1731 <type-name1> does not define method <method-name> of abstract class <type-name2>
A non-abstract class inheriting from an abstract class has no implementation of the specified inherited method.
COBCH1732 <object-name> does not define property <property-name> of abstract class <class-name>
COBCH1733 <object-name> does not define event <event-name> of abstract class <class-name>
COBCH1734 <object-name> has reference to type <type-name> which was not found
COBCH1735 For UNSTRING on string objects the DELIMITED phrase must be used
The
unstring
statement has been specified without the
delimited
phrase.
COBCH1736 Cannot have both VALUE and KEY phrases
COBCH1737 CREATE can only be used on lists, dictionaries, and types with a parameter-less constructor
The
create
verb can only be used to create objects which are either defined as lists or dictionaries, or whose type has a constructor without parameters.
COBCH1738 ILSMARTLINKAGE class <class-name> has inconsistent definitions
COBCH1739 Identifier is not subordinate to the XML GENERATE identifier
COBCH1740 Subscripted item invalid in this context
Parent topic:
Messages COBCH1701 - COBCH1800