Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1001 - COBCH1100
>
COBCH1061 - COBCH1080
COBCH1061 - COBCH1080
Lists the Syntax Checking error messages from COBCH1061 through COBCH1080.
COBCH1061 Number of parameters is less than in prototype
COBCH1062 Not allowed in EXTERNAL program
COBCH1063 EXTERNAL not allowed with nested, INITIAL or COMMON programs - ignored
COBCH1064 Illegal use of literal
COBCH1065 OO: SELF only allowed in CLASS program
COBCH1066 OO: SUPER not allowed - CLASS has no INHERITING phrase
COBCH1067 OO: RETURNING phrase not allowed in METHOD
COBCH1068 OO: Class name class-name missing in SPECIAL-NAMES - assumed
COBCH1069 Identifier in area A assumed procedure name. Period missing before it
COBCH1070 OO: Incorrect structure of CLASS program
COBCH1071 OO: Missing OBJECT-STORAGE SECTION, required for inheritance
COBCH1072 OO: Not allowed in PROGRAM-ID. OBJECT
COBCH1073 LOCAL-STORAGE should be used with PERFORM-TYPE(MF).
COBCH1074 OO: INVOKE data-item not yet supported by OOPS run-time
COBCH1075 Invalid combination of RECORD and RECORDING MODE clauses
COBCH1076 Reference modified length should not be > 8191 at run-time
COBCH1077 Host variable name longer than permitted by database engine - truncated
COBCH1078 Setting of directives inline / conditional compilation
Inline directives ($SET statements) and conditional compilation conflict with the selected flagging dialect.
COBCH1079 Expected positive integer, positive integer assumed
You have used a negative integer where a positive integer was expected. Your COBOL system has ignored the negative sign.
COBCH1080 Odd number of hexadecimal digits
Hexadecimal constants should be specified in pairs. The constant contains an odd number of characters and a leading zero has been assumed.
Parent topic:
Messages COBCH1001 to COBCH1100