Binder Manual (G06.27+, H06.04+, J06.03+)
Binder Messages
Binder Manual—528613-004
8-18
Error Messages and Warnings
85
When you include an OWN block or COBOL85 PUCB in an object file, you must also
include the associated code for the data block.
86
Binder was expecting a G-relative address reference for a block but received an
address outside of G-relative space.
87
The attributes of FCBs for the same data block must match. This could be a user error
but is more likely a compiler error. Contact your HP representative.
88
You have added more extended data in extended data blocks than is allowed in the
largest extended data segment. Use less extended data.
90
You cannot use a RENAME command to change the name of a special data block or to
change a block name to that of a special data block name.
F An OWN block or COBOL PUCB has been included in
the object file without the associated code for
the data block: block-name
W Reference to a block expected, but not in,
G-relative address area block-name +
offset REF TO block-name + offset
F The attributes of two FCBs for the same data block
do not match block-name
E There is too much data for the largest extended
data segment allowed
E Block being renamed or block renaming to is a
special data block