Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0801 - COBCH0900
>
COBCH0821 - COBCH0840
COBCH0821 - COBCH0840
Lists the Syntax Checking error messages from COBCH0821 through COBCH0840.
COBCH0821 Not a valid iterator
COBCH0824 RAISE must specify exception object when not in CATCH block
COBCH0825 Cannot inherit from FINAL class '%1_s'
COBCH0826 Illegal parameter to delegate constructor
COBCH0827 Method has different signature from delegate
COBCH0828 Illegal cast or test - object types do not conform (%1_s, %2_s)
COBCH0829 Could not find method new with this signature
COBCH0830 Attribute class does not have constructor with this signature
COBCH0831 Illegal specification of named parameter
COBCH0832 Attribute class does not have property '%1_s'
COBCH0833 Invalid value for property '%1_s'
COBCH0834 Property can not be a sending item
COBCH0835 Property cannot be a receiving item
COBCH0836 Method in interface definition must be public
COBCH0837 Procedural code not allowed here
COBCH0838 System limit - Data Division too large _ 256Mbytes_
COBCH0839 System limit - Procedure Division or segment too large_ _ 16Mbytes_
The limit of a segment in the procedure division has been exceeded.
COBCH0840 RETURNING item is incompatible with method return type
Parent topic:
Messages COBCH0801 to COBCH0900