List of Messages (1169 - 1236) [ Micro Focus COBOL Error Messages ] MPE/iX 5.0 Documentation
Micro Focus COBOL Error Messages
List of Messages (1169 - 1236)
1169 Reference modification on a COMP-5 item
* You have used reference modification on a COMP-5 data
item. Porting your code to other environments might
produce inconsistent results.
1170 A non-integer operand cannot be compared with a nonnumeric
operand
* See the section Comparison of Nonnumeric Operands in
your Language Reference.
1171 Numeric class test on a group containing a signed numeric
item
1172 Improper BLL cell list item
* The BLL cell item you have defined is not four bytes
in size. It should be defined as a 9(8) COMP data
item.
1173 BLL Cell Addressability invalid
* You have made a reference to a BLL cell in the
Procedure Division and one or more of the BLL cells
defined in the Linkage Section have not been defined
as a 9(8) COMP data item.
1201 Zero suppression PICTURE string overrides the BLANK WHEN ZERO
clause
1202 Original item is larger than redefinition (size1 > size2)
1203 LABEL clause processed as comment
1204 BLOCK CONTAINS clause processed as comment
1205 Previous paragraph or Section contains no statements
1206 Procedure Division does not start with a section
1207 Original item is smaller than redefinition (size1 < size2)
1208 USE clause omitted
1209 COMP-5 is machine specific format. (Future occurrences not
indicated)
1210 COMP processed as DISPLAY (future occurrences not indicated)
1211 COMP-6 processed as COMP (future occurrences not indicated)
1212 COMP-1 processed as PIC S9(4) COMP (future occurrences not
indicated)
1213 COMP-0 field exceeds PIC S9(5), converted to USAGE DISPLAY
1214 COMP-0 processed as PIC S9(4) COMP (future occurrences not
indicated)
1215 UNIT phrase processed as comment
1216 Literal exceeds 160 characters
1217 procedure-name same as level 78 name
1218 RERUN clause processed as comment
1219 No REPLACE currently in effect
1220 COMP-4 processed as PIC S9(9) COMP (future occurrences not
indicated)
1221 COMP-4 field exceeds S9(10), converted to USAGE DISPLAY
1222 COMP-3 unsigned, converted to signed COMP-3
1223 BLANK WHEN ZERO clause overrides the zero suppression PICTURE
string
1224 MEMORY SIZE clause processed as comment
* The MEMORY SIZE clause is treated as documentary.
1225 MULTIPLE FILE TAPE clause processed as comment
* The MULTIPLE FILE TAPE clause is treated as
documentary.
1226 COMMON can only be used in nested program--processed as
comment
* The program defined as COMMON is a main program, not a
nested program.
1227 value implicit scope terminator(s) generated
1228 Word non-portable; reserved in OS/400
1229 Word non-portable; reserved in VSC2(3)
1230 Word non-portable; reserved in OS/2 COBOL
1231 Syntax is non-conforming SAA
1232 Use of early-release MF syntax
1233 item directive or parameter is early-release
1234 item is CORRESPONDING item in statement
1235 Conflicting definition of level 78 item item
1236 Duplicate, equivalent definition of level 78 item
2nnn directive incompatible with flagging dialect
* The directive setting causes behavior different from
that of the dialect for which flagging was selected.
It is processed as requested.
Messages of this type occur if you have set the FLAGCD
directive. Each directive that can be reported has a
different error number between 2000 and 2199.
See also: FLAGCD Compiler directive
MPE/iX 5.0 Documentation