Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1701 - COBCH1800
>
COBCH1761 - COBCH1780
COBCH1761 - COBCH1780
Lists the Syntax Checking error messages from COBCH1761 through COBCH1780.
COBCH1761 Feature not yet supported for managed COBOL - ignored
The syntax is not yet supported for managed COBOL, and has been ignored.
COBCH1762 A parameter with open type cannot be passed by reference or output
An attempt has been made to declare a parameter with open type as either a reference or output parameter; a parameter with open type may only be passed by value.
COBCH1763 Field or property <item-name> is more visible than its type <type-name>
The visibility of the specified field or property is not compatible with the visibility of its declared type.
COBCH1764 Method <method-name> is more visible than return type <type-name>
The visibility of the specified method is not compatible with the visibility of its declared return type.
COBCH1765 Method <method-name> is more visible than parameter type <type-name>
The visibility of the specified method is not compatible with the visibility of the declared type of one of its parameters.
COBCH1766 Reference modification of objects is only allowed on strings and single dimensional arrays
Reference modification has been attempted on an object that is neither a string nor a single dimensional array.
COBCH1767 NLS-CURRENCY-LENGTH directive requires NLS directive
The NLS-CURRENCY-LENGTH Compiler directive has been set without the NLS Compiler directive.
COBCH1768 NLS is not supported with JVMGEN or ILGEN
The NLS Compiler directive has been specified for a managed COBOL program.
COBCH1769 Nested Program-id name is not unique
The source code has two or more nested programs that have the same name.
COBCH1770 <type-name> has no visible method <method-name>
The type specified in the method invocation expression does not contain the named method.
COBCH1771 <type-name> has no visible instance method <method-name>
The type specified in the method invocation expression does not contain an instance method with a compatible signature.
COBCH1772 <type-name> has no visible static method <method-name>
The type specified in the method invocation expression does not contain a static method with a compatible signature.
COBCH1773 ORGANIZATION and RECORD DELIMITER clauses have incompatible options; RECORD DELIMITER ignored
The RECORD DELIMITER clause in the file control entry specifies a record delimiting technique that conflicts with the technique specified in the ORGANIZATION clause of the same file control entry.
COBCH1775 The alphabet-name clause referenced by the CODE-SET clause must not specify the literal phrase
The Special-Names paragraph contains an alphabet-name that is set to a literal value.
COBCH1776 PROPERTY ignored for JVM attributes
COBCH1777 Methods and constructors ignored for JVM attributes
COBCH1778 <type-name> has no visible method <method-name> with specified parameter name(s)
There is no such method found with the specified parameter name(s).
COBCH1779 <type-name> has no visible instance method <method-name> with specified parameter name(s)
There is no such method found with the specified parameter name(s). The context implies that the required method is an instance method.
COBCH1780 <type-name> has no visible static method <method-name> with specified parameter name(s)
There is no such method found with the specified parameter name(s). The context implies that the required method is a static method.
Parent topic:
Messages COBCH1701 - COBCH1800