Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0701 - COBCH0800
>
COBCH0701 - COBCH0720
COBCH0701 - COBCH0720
Lists the Syntax Checking error messages from COBCH0701 through COBCH0720.
COBCH0701 Alphabet-name must be preceded by ALPHABET
COBCH0702 Alphabetic class expanded to include lower-case letters
COBCH0703 ON OVERFLOW will execute under more conditions
COBCH0704 Comparison between scaled integer and nonnumeric is different
You are trying to compare a scaled integer with a numeric edited or alphanumeric item.
COBCH0705 ":" treated as a separator
COBCH0706 Non-COBOL character character found. Results might be different
Your COBOL system has found non-COBOL characters when trying a COPY REPLACING BY operation. The results might be different on other environments.
COBCH0707 An implicit EXIT PROGRAM will be executed at end of program
COBCH0708 PICTURE consists of A's and B's. Treated as alphanumeric-edited
COBCH0709 Order of initialization different for PERFORM... VARYING.. . AFTER
COBCH0710 The maximum length of receiver receiver will be used
COBCH0711 RECORD CONTAINS with one integer is supported differently
COBCH0712 The file status values are different
The file status values for file operations differ between environments.
COBCH0713 Subscripting and ODO for UNSTRING evaluated at start of statement
COBCH0714 Non-space characters following "." are ignored
COBCH0715 EXIT not followed by "."
COBCH0716 EXIT PROGRAM not followed by "."
COBCH0717 Shift out character not followed by valid DBCS character
COBCH0718 Shift out character not matched with shift in, or vice versa
COBCH0719 I-O CONTROL paragraph contains multiple sentences
COBCH0720 SEQUENTIAL file used as CALL parameter
Parent topic:
Messages COBCH0701 to COBCH0800