Binder Manual (G06.24+, H06.03+)

Binder Messages
Binder Manual528613-003
8-6
Error Messages and Warnings
20
This error occurs on TAL input files.
A BLOCK global variable can be moved past TAL limit. code-block-name contains the
data reference. Rearrange global variables or use the INHIBITXX directive. Refer to
the TAL Reference Manual for information on the INHIBITXX directive.
21
The total command line cannot exceed 528 characters, excluding continuation
characters. Respecify as more than one command.
22
Your ADD command named a code block that is already on the include list. An entry
point name cannot be on the include list more than once. If two object files contain the
same code block name, Binder uses the first occurrence encountered. This may or
may not be in the first file on the search list. For the rules governing the resolution of
unresolved references, see Unresolved Reference Lists on page 5-6.
24
The entry point was already inserted in the include list. If the second occurrence is the
correct one, use the REPLACE command to replace the first occurrence. If you are
replacing an SQL code block, see Binding SQL Program Files on page 2-14.
25
The entry point has also been used as a secondary entry point name in another code
block that is already on the include list. Use the INFO INCLUDE * command to display
all instances of the multiply defined code block.
E Data reference failed due to relocation:
( code-block-name) + ( offset)
REF TO ( data-block-name) + ( offset)
E Effective input record is too long
W Code block already on include list:
entry-point-name
W Entry point already on include list:
entry-point-name
W Entry point cannot be resolved due to conflict
with another procedure: entry-point-name