COBCH0741 - COBCH0760
COBCH0741 OO: Only allowed in an instance method
You have tried to use syntax that is only permitted in an instance method.
COBCH0742 OO: Implicit use of SELF only allowed in a METHOD
INVOKE statements might omit the initial object reference, and this implies an object reference of SELF. This can only be done in a METHOD, not a program.
COBCH0743 Expressions in SQL statements not affected by ARITHMETIC directive
Arithmetical expressions in SQL statements are processed by the database engine and are therefore not affected by the ARITHMETIC directive.
COBCH0744 BY VALUE not allowed in nested programs
You have tried to pass a parameter BY VALUE when calling a nested program.
COBCH745 END DECLARATIVES missing
Related Topics
COBCH746 WHEN OTHER must follow other WHEN phrase
Related Topics
COBCH747 Object of SUM...UPON phrase is not a detail group for this report
Related Topics
COBCH748 Index name set to negative value
You have set the value of an index to a negative number. Index values must be no less than 1.
COBCH749 Index name set to +0
You have set the value of an index to 0. Index values must be no less than 1.
COBCH750 Index name set to 0
You have set the value of an index to 0. Index values must be no less than 1.
COBCH751 Index name augmented by 0
COBCH752 Complex arithmetic expression used as subscript
Related Topics
COBCH753 OR phrase in INSPECT BEFORE/AFTER
Related Topics
COBCH754 Negative integer not allowed
Related Topics
COBCH0755 Special register used with ACCEPT/DISPLAY/EXHIBIT or CALL statement
Related Topics
COBCH756 TYPEDEF name missing
Related Topics
COBCH757 POINTER name required
Related Topics
COBCH758 POINTER item has incorrect type
Related Topics
COBCH759 Illegal use of logical operator
Related Topics
COBCH760 !INITIALIZE TO VALUE statement
Related Topics
Parent topic:
Messages COBCH0701 to COBCH0800