Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0801 - COBCH0900
>
COBCH0861 - COBCH0880
COBCH0861 - COBCH0880
Lists the Syntax Checking error messages from COBCH0861 through COBCH0880.
COBCH0861 Object references must not be redefined
COBCH0862 Object references must not have REDEFINES clause
COBCH0863 Operand must be an ENUM
COBCH0864 All operands in an ENUM expression must be of the same type
COBCH0865 Failed to find system program '%1_s'
COBCH0866 Illegal combination of visibility attributes
COBCH0867 Cannot jump out of a FINALLY block
COBCH0868 Inherited class '%1_s' not found
COBCH0869 Cannot create an instance of abstract class '%1_s'
COBCH0870 ABSTRACT method cannot be PRIVATE
COBCH0871 ABSTRACT class or method cannot be FINAL
COBCH0872 ABSTRACT method cannot be static
COBCH0873 Program or method name missing
COBCH0874 Interface methods cannot be FINAL
COBCH0875 Property '%1_s' not implemented or not public
COBCH0876 Only one field may be declared in ENUM
COBCH0877 ENUM field must be a numeric field of native _NET type
COBCH0878 ENUM literal must a numeric integer
COBCH0879 ENUM literals must follow ENUM field
COBCH0880 VALUETYPE programs cannot inherit
Parent topic:
Messages COBCH0801 to COBCH0900