Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0501 - COBCH0600
>
COBCH0501 - COBCH0520
COBCH0501 - COBCH0520
Lists the Syntax Checking error messages from COBCH0501 through COBCH0520.
COBCH0501 Feature is part of an optional module - module-name
COBCH0502 This entire section is part of an optional module - module-name
COBCH0503 USAGE COMP used at other than 01 level
COBCH0504 ORGANIZATION clause in SELECT statement of sort file
COBCH0505 VALUE OF clause in SD or CD
COBCH0506 REDEFINES does not immediately follow data-name
The REDEFINES clause does not immediately follow data-name in your program.
COBCH0507 Numeric literal VALUE on edited item
COBCH0508 NEXT used in READ of sequential file
COBCH0509 SET operation on non-index data item
COBCH0510 ZEROS or ZEROES in BLANK WHEN clause. Treated as ZERO
COBCH0511 FILE STATUS data-name is not alphanumeric
You have specified a nonalphanumeric data item in your FILE STATUS.
COBCH0512 Data-name is qualified
COBCH0513 Flag refers to entire section
COBCH0514 "CHANGED" and/or "NAMED" missing
You have omitted at least one of CHANGED or NAMED.
COBCH0515 Phrases repeated
COBCH0516 Only 1 file specified in SAME AREA clause
COBCH0517 Jump out of inline PERFORM
COBCH0518 > or < followed by THAN or THEN, or = followed by TO
You have included the noise words THAN and TO unnecessarily in your code.
COBCH0519 More than 5 levels of qualification
COBCH0520 "INVALID KEY" phrase used with sequential file
Parent topic:
Messages COBCH0501 to COBCH0600