Binder Manual (G06.27+, H06.04+, J06.03+)
Binder Messages
Binder Manual—528613-004
8-27
Error Messages and Warnings
223
You specified a data area that cannot be allocated because the data area is full. Binder
does not build the target codefile.
224
You specified a SELECT RESERVE command with a value that exceeds the maximum
for the specified data area. The invalid setting is ignored and the previous setting is
used.
226
When adding data from a module, a data block was encountered that has already been
declared. This warning only occurs if the CHECK DUPLICATE BLOCK option is turned
on. Binder continues to process the ADD command and build the target object file. The
first data block definition is added to the target file and the duplicate is ignored.
228
The IMPORT and EXPORT commands are mutually exclusive. The contradictory
command is ignored.
230
You specified a filename that is not a TNS object file. The command is ignored.
231
References from data blocks to code blocks are unresolved at bind time. Binder
generates fixups for these references, so the references can be resolved to the user
library at run time.
E Data area is full. Cannot allocate data block block-name
W The reserve size of x exceeds the maximum for data area
data-type
W Duplicate definition of data block data-block-name
E Illegal combination of IMPORT and EXPORT options
E File is not a TNS object file: filename
W There are data block references to unresolved code blocks