Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
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
COBCH0462 Directive use(filename.dir) used causes recursion
There is a recursive reference in one of the directives files specified through the USE Compiler directive.
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
COBCH0472 No CICS directives have been set
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
COBCH0476 No IMS directives have been set
The source contains EXEC DLI statements, but the EXECDLI Compiler directive has not been specified.
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