Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0601 - COBCH0700
>
COBCH0681 - COBCH0700
COBCH0681 - COBCH0700
Lists the Syntax Checking error messages from COBCH0681 through COBCH0700.
COBCH0681 Function argument must be positive
COBCH0682 Function argument must be positive or zero
COBCH0683 Function argument must be nonzero
COBCH0684 Function argument must be between -1 and +1
COBCH0685 Function argument must be greater than -1
COBCH0686 Function argument must be between 1 and collating sequence length
COBCH0687 Use of PROCEDURE-POINTER data item
Related Topics
COBCH0688 Use of "C" or "R" as currency sign
COBCH0689 Condition-name cannot be set to FALSE (no FALSE value specified)
You have tried to set a level-88 item to FALSE without having specified the WHEN SET TO FALSE clause in the item's data description.
COBCH0690 Illegal use of floating-point literal
COBCH0691 Simple COPY and qualified COPY both used in the same program
You have mixed two different copies of copylbr in the same program. You must not use COPY statements if some have qualification and some have not.
COBCH0692 REPORT specified in more than two FDs
COBCH0693 Cannot be an external item
COBCH0694 Identifier is reference modified
COBCH0695 EXTERNAL program
Related Topics
COBCH0696 Data-name must be specified with TYPEDEF
Related Topics
COBCH0697 Data item is redefinition of KEY, rather than the key itself
Related Topics
COBCH0698 Use of positive literal in AFTER ADVANCING phrase
Related Topics
COBCH0699 ADVANCING PAGE and END-OF-PAGE used in same WRITE statement
Under ANS85, ADVANCING PAGE and END-OF-PAGE are not allowed in the same WRITE statement.
COBCH0700 Function argument is wrong format
You have supplied an argument to an intrinsic function which is of the wrong format, for example INTEGER-OF-DAY requires a date of a certain format.
Parent topic:
Messages COBCH0601 to COBCH0700