Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1201 - COBCH1300
>
COBCH1221 - COBCH1240
COBCH1221 - COBCH1240
Lists the Syntax Checking error messages from COBCH1221 through COBCH1240.
COBCH1221 COMP-4 field exceeds S9(10), converted to USAGE DISPLAY
COBCH1222 COMP-3 unsigned, converted to signed COMP-3
COBCH1223 BLANK WHEN ZERO clause overrides the zero suppression PICTURE string
COBCH1224 MEMORY SIZE clause processed as comment
The MEMORY SIZE clause is treated as documentary.
COBCH1225 MULTIPLE FILE TAPE clause processed as comment
The MULTIPLE FILE TAPE clause is treated as documentary.
COBCH1226 COMMON can only be used in nested program - processed as comment
The program defined as COMMON is a main program, not a nested program.
COBCH1227 Scope terminator value generated implicitly
COBCH1228 Word non-portable; reserved in OS/400
COBCH1229 Word non-portable; reserved in VSC2(3)
COBCH1230 Word non-portable; reserved in OS/2 COBOL
COBCH1231 Syntax is non-conforming SAA
COBCH1232 Use of early-release MF syntax
COBCH1233 item directive or parameter is early-release
COBCH1234 item is CORRESPONDING item in statement
COBCH1235 Conflicting definition of level 78 item item
COBCH1236 Duplicate, equivalent definition of level 78 item
COBCH1237 File handling used with REENTRANT directive
File handling syntax has been used in a COBOL program that also has the REENTRANT Compiler directive set.
COBCH1238 Conflict with REENTRANT directive and user code or other directives
The Compiler has rejected the REENTRANT directive as it contains syntax that is not compatible with reentrant programs.
Parent topic:
Messages COBCH1201 to COBCH1300