Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0401 - COBCH0500
>
COBCH0461 - COBCH0480
COBCH0461 - COBCH0480
Lists the Syntax Checking error messages from COBCH0461 through COBCH0480.
COBCH0461 Table crosses 64K boundary. Segment checking code produced
COBCH0463 Parameter to call-by-number routine not contained in first 64K of WS
COBCH0465 File Section exceeds 64K. Recompile with CALLFH directive
COBCH0466 KEY-YY not supported; assumed KEY
The Siemens BS2000 SORT statement allows the use of KEY-YY. This compiler has accepted the syntax but will most likely produce invalid results.
COBCH0467 Overlapping data-items
COBCH0468 No valid data for xml generation
COBCH0469 %1_s must be a NATIONAL data-item
COBCH0470 No next sentence found for NEXT SENTENCE statement_
COBCH0471 ASSIGN name %1_s in THREAD-LOCAL, but no THREAD-LOCAL clause on FD
COBCH0473 SORT key not within the first %1_s bytes of the file record_
COBCH0474 A duplicate "RECORD" clause was found in an "FD" or "SD" entry_
COBCH0475 A FUNCTION cannot be the subject of an INSPECT REPLACING statement
COBCH0477 More than 18 numeric positions in extended ACCEPT/DISPLAY syntax
You have attempted to use an extended ACCEPT or DISPLAY statement with a numeric item larger than 18 numeric positions.
Parent topic:
Messages COBCH0401 to COBCH0500