Micro Focus Studio Enterprise Edition Test Server
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1601 - COBCH1700
>
COBCH1621 - COBCH1640
COBCH1621 - COBCH1640
Lists the Syntax Checking error messages from COBCH1621 through COBCH1640.
COBCH1621 Must specify a method invoke expression with no parameters
COBCH1622 A SIZE OF expression cannot be used as a receiving item
You have attempted to use the SIZE OF expression as part of a receiving item.
COBCH1623 Anonymous method or method group cannot be cast to type1.
COBCH1624 Cannot implicitly convert type1 to type2.
A SET statement cannot be completed, because you cannot convert to or from the specified type.
COBCH1625 Cannot convert type1 to type2.
The casting expression cannot be completed, because you cannot convert to or from the specified type.
COBCH1626 Invalid test: type1 cannot be instance of type2.
The INSTANCE OF phrase has encountered a type safety issue, and you cannot cast to or from the specified types.
COBCH1627 Preferred syntax uses pseudo-text delimiters (==) instead of quotes
The REPLACING LEADING or REPLACING TRAILING phrase of the COPY statement has specified the wrong delimiters for text replacement.
COBCH1628 Cannot determine type of local variable
The Compiler could not resolve the type for a DECLARE expression.
COBCH1629 REPLACING assumed
A possible misspelling has been found in the REPLACING phrase of the COPY statement.
COBCH1631 ATTACH and DETACH statements can only be applied to events
COBCH1632 Cannot specify ALL numeric literal
In this COBOL system, you cannot precede a numeric literal with the keyword ALL.
COBCH1633 Procedure division too large or complex - try using performtype(mf)
COBCH1634 Extended ACCEPT/DISPLAY not allowed with a Windows GUI executable (ILSUBSYSTEM"2")
Your Windows application has specified an extended ACCEPT or DISPLAY statement.
COBCH1636 When compiling for managed code, this feature is supported only in procedural COBOL
You have used syntax that is not supported in class programs. It is only supported in procedural programs.
COBCH1638 Start key ambiguous; using key key-name-1 (key key-name-2 has same offset)
A START statement KEY phrase specifies the data-name of data item that has the same offset as two or more split keys of an indexed organization file.
Parent topic:
COBCH1601 - COBCH1700