Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0601 - COBCH0700
>
COBCH0641 - COBCH0660
COBCH0641 - COBCH0660
Lists the Syntax Checking error messages from COBCH0641 through COBCH0660.
COBCH0641 '_' missing following procedure name declaration, or unrecognized verb
COBCH0642 Source and target start at same location
COBCH0643 Source and target overlap, and source is at a higher address than target
If the source and target items in a move overlap, the result of the move is undefined.
COBCH0644 Significand has more than 16 numeric positions
COBCH0645 Floating-point value out of range
COBCH0647 CURSOR/CRT STATUS data item may not be in LOCAL-STORAGE/LINKAGE
COBCH0648 Illegal use of Local-Storage item
COBCH0649 Record length exceeds system limit
COBCH0650 No matching $IF - ignored
A $END or $ELSE conditional compilation statement has been found without a preceding $IF. The line was ignored.
COBCH0651 SORT key cannot have, or be subsidiary to item with, OCCURS clause
COBCH0652 BY CONTENT numeric literal
You have specified a numeric literal as a BY CONTENT parameter on a CALL/ CHAIN/ INVOKE statement which is not supported under your selected dialect.
COBCH0654 NEXT GROUP specified for group with no LINE NUMBER clause
COBCH0655 NEXT GROUP NEXT PAGE specified for report without PAGE description
COBCH0656 Source and target overlap, and source is at lower address than target
COBCH0657 Should be declared in Linkage Section
COBCH0658 NUMERIC class test on ALPHABETIC item
COBCH0659 Screen name mandatory at 01 level in Screen Section
COBCH0660 Positive signed integer used in relative subscripting
Parent topic:
Messages COBCH0601 to COBCH0700