Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0001 - COBCH0100
>
COBCH0081 - COBCH0100
COBCH0081 - COBCH0100
Lists the Syntax Checking error messages from COBCH0081 through COBCH0100.
COBCH0081 Please recompile using a larger value for LOCALCOUNT directive
COBCH0082 COBOL Division or Section header encountered in incorrect order
A COBOL Division or Section header was encountered in the wrong order in the source. For example, LINKAGE SECTION was encountered after SCREEN SECTION had already been read.
COBCH0083 Reserved word missing - word expected
The reserved word
word
was expected but not found.
COBCH0084 SQL statement only allowed in the Procedure Division
COBCH0085 SQL statement only allowed in the Data Division
COBCH0086 Constant-name data-name same as reserved word
COBCH0087 SIZE must be a positive integer
You have use the syntax CALL BY VALUE SIZE
size
with an invalid size.
COBCH0088 A SQL host variable name contains an underscore - illegal COBOL character.
A host variable inside an SQL statement contained an underscore character and could not be processed.
COBCH0089 SQL statement contains more than one SQLDA.
The COBOL system found more than one COBOL data items used as SQL Descriptor Areas in a single SQL statement, which is illegal.
COBCH0090 Too many errors
The number of messages produced has reached the limit specified by the MAXERROR directive.
COBCH0091 Syntax not compatible with FILETYPE(11)
COBCH0092 Redefinition causes ambiguity in location of sliding data-item
COBCH0093 User-name not unique. Assumed qualified by current 01 level record
The specified user-name is not unique, but has been qualified by the current 01 level item.
COBCH0094 Name is not a COBOL word
The name you have specified is not a reserved word in COBOL.
COBCH0095 Literal used as COPY name
COBCH0096 Lower case used (future occurrences not flagged)
You have used lower case where upper case was expected.
COBCH0097 Both single and double quotes used (future occurrences not flagged)
COBCH0098 Single quotes (apostrophe) used (future occurrences not flagged)
COBCH0099 Nested COPY file
COBCH0100 Sequence number out of order
One or more numbers in your source code are out of sequence.
Parent topic:
Messages COBCH0001 to COBCH0100