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

Binder Messages
Binder Manual528613-003
8-4
Error Messages and Warnings
10
An entry point cannot be on both lists. If the include list is wrong, use the DELETE
command. If the omit list is wrong, use the RESELECT OMIT command to clear the
list.
11
You cannot change the MAIN attribute after compilation for COBOL85, FORTRAN, and
Pascal code blocks. (Verify that the ALTER LIKE command is used only if both code
blocks have the same MAIN characteristic.)
12
You must add code and data block names and entry point names to the include lists
before you enter a SATISFY or BUILD command. If you enter a BUILD command first,
there are no names on the lists for Binder to include in the target file. Additionally,
Binder clears all previous specifications set by commands such as SELECT, SET, and
FILE. You must reenter those specifications.
13
An attempt to use file-name as the name of the target file failed. Binder uses the
name OBJECT instead. error-num is the file error received. Refer to the Guardian
Procedure Errors and Messages Manual for information on error-num.
14
The attempt to use OBJECT to name the target file failed. error-num is the file error
received. Binder then attempts to create the target file with a name of the form
ZZBInnnn. If the attempt fails, the target file definition is lost and, in interactive mode,
Binder prompts for input. Refer to the Guardian Procedure Errors and Messages
Manual for information on error-num.
E Cannot add entry point to omit list if already on
include list: entry-point-name
E Can only ALTER MAIN attribute of C or TAL procedure
E Cannot satisfy references since include lists are
empty
W Cannot create file, using OBJECT instead:
file-name ( error-num)
E\W Cannot create file: vol.subvol.OBJECT
( error-num)