Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
Messages COBCH1701 - COBCH1800
>
COBCH1741 - COBCH1760
COBCH1741 - COBCH1760
Lists the Syntax Checking error messages from COBCH1741 through COBCH1760.
COBCH1744 Source line <number> truncated after <max> bytes
The source line indicated by
<number>
has exceeded the maximum source line length supported by the compiler, and has resulted in non-space bytes being truncated.
COBCH1758 A static method or property cannot have the OVERRIDE clause
The OVERRIDE clause has been specified on a static method or property.
COBCH1759 Static method or property <object-name> should have the REDEFINE clause - assumed
The REDEFINE clause is missing from the specified object; it must be applied, and is therefore assumed.
COBCH1760 REDEFINE on instance method or property is not supported when compiling for JVM
The REDEFINE keyword has been specified on an instance method or property; this is not supported when being compiled for JVM COBOL.
Parent topic:
Messages COBCH1701 - COBCH1800